#B0C2EB

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

Shades of Perano #B0C2EB

Tints of Perano #B0C2EB

Color information

#B0C2EB (or 0xB0C2EB) is unknown color: approx Perano. HEX triplet: B0, C2 and EB. RGB value is (176,194,235). Sum of RGB (Red+Green+Blue) = 176+194+235=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2EB is #4F3D14. Grayscale: #C1C1C1. Windows color (decimal): -5192981 or 15450800. OLE color: 15450800.

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

Color convert

RGB176194235-
CMYK0.250.1700.08
HSL221.69º59.6%80.59%-
HSV(B)221.69º25.11%92.16%-
XYZ52.1953.8186.23-
YUV193.29151.54115.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=29.09%
G=32.07%
B=38.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761942350.250.1700.08221.6959.680.59
HexB0C2EB191108de3c51
Octal260302353312101033674121
Binary101100001100001011101011110011000101000110111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2EB; }

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

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

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

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

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

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

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

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