#B2BEEB

Color #B2BEEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B2BEEB

Tints of Perano #B2BEEB

Color information

#B2BEEB (or 0xB2BEEB) is unknown color: approx Perano. HEX triplet: B2, BE and EB. RGB value is (178,190,235). Sum of RGB (Red+Green+Blue) = 178+190+235=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEEB is #4D4114. Grayscale: #BFBFBF. Windows color (decimal): -5062933 or 15449778. OLE color: 15449778.

HSL color Cylindrical-coordinate representation of color #B2BEEB: hue angle of 227.37º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BEEB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178190235-
CMYK0.240.1900.08
HSL227.37º58.76%80.98%-
HSV(B)227.37º24.26%92.16%-
XYZ51.7752.2985.96-
YUV191.54152.52118.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=29.52%
G=31.51%
B=38.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781902350.240.1900.08227.3758.7680.98
HexB2BEEB181308e33b51
Octal262276353302301034373121
Binary101100101011111011101011110001001101000111000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEEB; }

 p { color: rgb(178,190,235); }

 H1.HeaderClassName
 {
   color: #B2BEEB;
 }
 .AnyTagClassName
 {
   color: #B2BEEB;
 }
</style>
background-color css

<style>
 a { background-color: #B2BEEB; }

 a { background-color: rgb(178,190,235); }

 div.DivClassName
 {
   background-color: #B2BEEB;
 }
 .BgClassName
 {
   background-color: #B2BEEB;
 }
</style>
border-color css

<style>
 span { border-color: #B2BEEB; }

 span { border-color: rgb(178,190,235); }

 td.TdClassName
 {
   border-color: #B2BEEB;
 }
 .TagClassName
 {
   border-color: #B2BEEB;
 }
</style>