#B8DACF

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

Shades of Cruise #B8DACF

Tints of Cruise #B8DACF

Color information

#B8DACF (or 0xB8DACF) is unknown color: approx Cruise. HEX triplet: B8, DA and CF. RGB value is (184,218,207). Sum of RGB (Red+Green+Blue) = 184+218+207=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACF is #472530. Grayscale: #CECECE. Windows color (decimal): -4662577 or 13621944. OLE color: 13621944.

HSL color Cylindrical-coordinate representation of color #B8DACF: hue angle of 160.59º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DACF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB184218207-
CMYK0.1600.050.15
HSL160.59º31.48%78.82%-
HSV(B)160.59º15.6%85.49%-
XYZ56.164.8468.59-
YUV206.58128.24111.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=30.21%
G=35.80%
B=33.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842182070.1600.050.15160.5931.4878.82
HexB8DACF1005Fa11f4f
Octal27033231720051724137117
Binary101110001101101011001111100000101111110100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DACF; }

 p { color: rgb(184,218,207); }

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

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

 a { background-color: rgb(184,218,207); }

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

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

 span { border-color: rgb(184,218,207); }

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