#B0DACC

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

Shades of Cruise #B0DACC

Tints of Cruise #B0DACC

Color information

#B0DACC (or 0xB0DACC) is unknown color: approx Cruise. HEX triplet: B0, DA and CC. RGB value is (176,218,204). Sum of RGB (Red+Green+Blue) = 176+218+204=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DACC is #4F2533. Grayscale: #CBCBCB. Windows color (decimal): -5186868 or 13425328. OLE color: 13425328.

HSL color Cylindrical-coordinate representation of color #B0DACC: hue angle of 160º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DACC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB176218204-
CMYK0.1900.060.15
HSL160º36.21%77.25%-
HSV(B)160º19.27%85.49%-
XYZ53.8763.7366.59-
YUV203.85128.09108.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=29.43%
G=36.45%
B=34.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762182040.1900.060.1516036.2177.25
HexB0DACC1306Fa0244d
Octal26033231423061724044115
Binary1011000011011010110011001001101101111101000001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DACC; }

 p { color: rgb(176,218,204); }

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

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

 a { background-color: rgb(176,218,204); }

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

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

 span { border-color: rgb(176,218,204); }

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