#B2C2EC

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

Shades of Perano #B2C2EC

Tints of Perano #B2C2EC

Color information

#B2C2EC (or 0xB2C2EC) is unknown color: approx Perano. HEX triplet: B2, C2 and EC. RGB value is (178,194,236). Sum of RGB (Red+Green+Blue) = 178+194+236=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2C2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C2EC is #4D3D13. Grayscale: #C1C1C1. Windows color (decimal): -5061908 or 15516338. OLE color: 15516338.

HSL color Cylindrical-coordinate representation of color #B2C2EC: hue angle of 223.45º 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 #B2C2EC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178194236-
CMYK0.250.1800.07
HSL223.45º60.42%81.18%-
HSV(B)223.45º24.58%92.55%-
XYZ52.7954.187.02-
YUV194151.7116.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=29.28%
G=31.91%
B=38.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781942360.250.1800.07223.4560.4281.18
HexB2C2EC191207df3c51
Octal26230235431220733774121
Binary10110010110000101110110011001100100111110111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C2EC; }

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

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

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

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

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

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

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

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