#B0CDE1

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

Shades of Sail #B0CDE1

Tints of Sail #B0CDE1

Color information

#B0CDE1 (or 0xB0CDE1) is unknown color: approx Sail. HEX triplet: B0, CD and E1. RGB value is (176,205,225). Sum of RGB (Red+Green+Blue) = 176+205+225=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDE1 is #4F321E. Grayscale: #C6C6C6. Windows color (decimal): -5190175 or 14798256. OLE color: 14798256.

HSL color Cylindrical-coordinate representation of color #B0CDE1: hue angle of 204.49º 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 #B0CDE1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176205225-
CMYK0.220.0900.12
HSL204.49º44.95%78.63%-
HSV(B)204.49º21.78%88.24%-
XYZ53.3358.3379.68-
YUV198.61142.89111.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=29.04%
G=33.83%
B=37.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762052250.220.0900.12204.4944.9578.63
HexB0CDE11690Ccc2d4f
Octal260315341261101431455117
Binary10110000110011011110000110110100101100110011001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDE1; }

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

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

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

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

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

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

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

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