#B0C1EE

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

Shades of Perano #B0C1EE

Tints of Perano #B0C1EE

Color information

#B0C1EE (or 0xB0C1EE) is unknown color: approx Perano. HEX triplet: B0, C1 and EE. RGB value is (176,193,238). Sum of RGB (Red+Green+Blue) = 176+193+238=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C1EE is #4F3E11. Grayscale: #C0C0C0. Windows color (decimal): -5193234 or 15647152. OLE color: 15647152.

HSL color Cylindrical-coordinate representation of color #B0C1EE: hue angle of 223.55º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C1EE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176193238-
CMYK0.260.1900.07
HSL223.55º64.58%81.18%-
HSV(B)223.55º26.05%93.33%-
XYZ52.4153.5488.46-
YUV193.05153.37115.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=29.00%
G=31.80%
B=39.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761932380.260.1900.07223.5564.5881.18
HexB0C1EE1A1307e04151
Octal260301356322307340101121
Binary101100001100000111101110110101001101111110000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1EE; }

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

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

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

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

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

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

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

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