#B2B5EC

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

Shades of Perano #B2B5EC

Tints of Perano #B2B5EC

Color information

#B2B5EC (or 0xB2B5EC) is unknown color: approx Perano. HEX triplet: B2, B5 and EC. RGB value is (178,181,236). Sum of RGB (Red+Green+Blue) = 178+181+236=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B5EC is #4D4A13. Grayscale: #BABABA. Windows color (decimal): -5065236 or 15513010. OLE color: 15513010.

HSL color Cylindrical-coordinate representation of color #B2B5EC: hue angle of 236.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B5EC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178181236-
CMYK0.250.2300.07
HSL236.9º60.42%81.18%-
HSV(B)236.9º24.58%92.55%-
XYZ50.0248.5786.1-
YUV186.37156.01122.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.92%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=29.92%
G=30.42%
B=39.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781812360.250.2300.07236.960.4281.18
HexB2B5EC191707ed3c51
Octal26226535431270735574121
Binary10110010101101011110110011001101110111111011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5EC; }

 p { color: rgb(178,181,236); }

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

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

 a { background-color: rgb(178,181,236); }

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

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

 span { border-color: rgb(178,181,236); }

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