#B6DACE

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

Shades of Cruise #B6DACE

Tints of Cruise #B6DACE

Color information

#B6DACE (or 0xB6DACE) is unknown color: approx Cruise. HEX triplet: B6, DA and CE. RGB value is (182,218,206). Sum of RGB (Red+Green+Blue) = 182+218+206=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DACE is #492531. Grayscale: #CDCDCD. Windows color (decimal): -4793650 or 13556406. OLE color: 13556406.

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

Color convert

RGB182218206-
CMYK0.1700.060.15
HSL160º32.73%78.43%-
HSV(B)160º16.51%85.49%-
XYZ55.564.5467.93-
YUV205.87128.07110.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=30.03%
G=35.97%
B=33.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822182060.1700.060.1516032.7378.43
HexB6DACE1106Fa0214e
Octal26633231621061724041116
Binary1011011011011010110011101000101101111101000001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DACE; }

 p { color: rgb(182,218,206); }

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

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

 a { background-color: rgb(182,218,206); }

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

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

 span { border-color: rgb(182,218,206); }

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