#B0CEE1

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

Shades of Sail #B0CEE1

Tints of Sail #B0CEE1

Color information

#B0CEE1 (or 0xB0CEE1) is unknown color: approx Sail. HEX triplet: B0, CE and E1. RGB value is (176,206,225). Sum of RGB (Red+Green+Blue) = 176+206+225=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEE1 is #4F311E. Grayscale: #C7C7C7. Windows color (decimal): -5189919 or 14798512. OLE color: 14798512.

HSL color Cylindrical-coordinate representation of color #B0CEE1: hue angle of 203.27º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0CEE1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176206225-
CMYK0.220.0800.12
HSL203.27º44.95%78.63%-
HSV(B)203.27º21.78%88.24%-
XYZ53.5758.8179.76-
YUV199.2142.56111.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=29.00%
G=33.94%
B=37.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762062250.220.0800.12203.2744.9578.63
HexB0CEE11680Ccb2d4f
Octal260316341261001431355117
Binary10110000110011101110000110110100001100110010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEE1; }

 p { color: rgb(176,206,225); }

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

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

 a { background-color: rgb(176,206,225); }

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

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

 span { border-color: rgb(176,206,225); }

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