#B2B9EB

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

Shades of Perano #B2B9EB

Tints of Perano #B2B9EB

Color information

#B2B9EB (or 0xB2B9EB) is unknown color: approx Perano. HEX triplet: B2, B9 and EB. RGB value is (178,185,235). Sum of RGB (Red+Green+Blue) = 178+185+235=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B9EB is #4D4614. Grayscale: #BCBCBC. Windows color (decimal): -5064213 or 15448498. OLE color: 15448498.

HSL color Cylindrical-coordinate representation of color #B2B9EB: hue angle of 232.63º 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 #B2B9EB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178185235-
CMYK0.240.2100.08
HSL232.63º58.76%80.98%-
HSV(B)232.63º24.26%92.16%-
XYZ50.750.1685.61-
YUV188.61154.18120.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.77%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=29.77%
G=30.94%
B=39.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781852350.240.2100.08232.6358.7680.98
HexB2B9EB181508e93b51
Octal262271353302501035173121
Binary101100101011100111101011110001010101000111010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B9EB; }

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

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

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

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

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

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

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

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