#B5C2EB

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

Shades of Perano #B5C2EB

Tints of Perano #B5C2EB

Color information

#B5C2EB (or 0xB5C2EB) is unknown color: approx Perano. HEX triplet: B5, C2 and EB. RGB value is (181,194,235). Sum of RGB (Red+Green+Blue) = 181+194+235=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C2EB is #4A3D14. Grayscale: #C2C2C2. Windows color (decimal): -4865301 or 15450805. OLE color: 15450805.

HSL color Cylindrical-coordinate representation of color #B5C2EB: hue angle of 225.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C2EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181194235-
CMYK0.230.1700.08
HSL225.56º57.45%81.57%-
HSV(B)225.56º22.98%92.16%-
XYZ53.3454.4186.29-
YUV194.79150.69118.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=29.67%
G=31.80%
B=38.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811942350.230.1700.08225.5657.4581.57
HexB5C2EB171108e23952
Octal265302353272101034271122
Binary101101011100001011101011101111000101000111000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C2EB; }

 p { color: rgb(181,194,235); }

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

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

 a { background-color: rgb(181,194,235); }

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

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

 span { border-color: rgb(181,194,235); }

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