#B0DCCE

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

Shades of Cruise #B0DCCE

Tints of Cruise #B0DCCE

Color information

#B0DCCE (or 0xB0DCCE) is unknown color: approx Cruise. HEX triplet: B0, DC and CE. RGB value is (176,220,206). Sum of RGB (Red+Green+Blue) = 176+220+206=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCE is #4F2331. Grayscale: #CDCDCD. Windows color (decimal): -5186354 or 13556912. OLE color: 13556912.

HSL color Cylindrical-coordinate representation of color #B0DCCE: hue angle of 160.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCCE is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB176220206-
CMYK0.200.060.14
HSL160.91º38.6%77.65%-
HSV(B)160.91º20%86.27%-
XYZ54.6464.8768.03-
YUV205.25128.42107.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=29.24%
G=36.54%
B=34.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762202060.200.060.14160.9138.677.65
HexB0DCCE1406Ea1274e
Octal26033431624061624147116
Binary1011000011011100110011101010001101110101000011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCCE; }

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

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

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

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

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

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

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

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