#B0C1EC

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

Shades of Perano #B0C1EC

Tints of Perano #B0C1EC

Color information

#B0C1EC (or 0xB0C1EC) is unknown color: approx Perano. HEX triplet: B0, C1 and EC. RGB value is (176,193,236). Sum of RGB (Red+Green+Blue) = 176+193+236=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C1EC is #4F3E13. Grayscale: #C0C0C0. Windows color (decimal): -5193236 or 15516080. OLE color: 15516080.

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

Color convert

RGB176193236-
CMYK0.250.1800.07
HSL223º61.22%80.78%-
HSV(B)223º25.42%92.55%-
XYZ52.1153.4386.92-
YUV192.82152.37116-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=29.09%
G=31.90%
B=39.01%

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
Decimal1761932360.250.1800.0722361.2280.78
HexB0C1EC191207df3d51
Octal26030135431220733775121
Binary10110000110000011110110011001100100111110111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1EC; }

 p { color: rgb(176,193,236); }

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

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

 a { background-color: rgb(176,193,236); }

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

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

 span { border-color: rgb(176,193,236); }

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