#B5C2EC

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

Shades of Perano #B5C2EC

Tints of Perano #B5C2EC

Color information

#B5C2EC (or 0xB5C2EC) is unknown color: approx Perano. HEX triplet: B5, C2 and EC. RGB value is (181,194,236). Sum of RGB (Red+Green+Blue) = 181+194+236=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C2EC is #4A3D13. Grayscale: #C2C2C2. Windows color (decimal): -4865300 or 15516341. OLE color: 15516341.

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

Color convert

RGB181194236-
CMYK0.230.1800.07
HSL225.82º59.14%81.76%-
HSV(B)225.82º23.31%92.55%-
XYZ53.4954.4687.05-
YUV194.9151.19118.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=29.62%
G=31.75%
B=38.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811942360.230.1800.07225.8259.1481.76
HexB5C2EC171207e23b52
Octal26530235427220734273122
Binary10110101110000101110110010111100100111111000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C2EC; }

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

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

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

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

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

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

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

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