#B6DACF

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

Shades of Cruise #B6DACF

Tints of Cruise #B6DACF

Color information

#B6DACF (or 0xB6DACF) is unknown color: approx Cruise. HEX triplet: B6, DA and CF. RGB value is (182,218,207). Sum of RGB (Red+Green+Blue) = 182+218+207=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DACF is #492530. Grayscale: #CDCDCD. Windows color (decimal): -4793649 or 13621942. OLE color: 13621942.

HSL color Cylindrical-coordinate representation of color #B6DACF: hue angle of 161.67º 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 #B6DACF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB182218207-
CMYK0.1700.050.15
HSL161.67º32.73%78.43%-
HSV(B)161.67º16.51%85.49%-
XYZ55.6364.5968.57-
YUV205.98128.57110.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=29.98%
G=35.91%
B=34.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822182070.1700.050.15161.6732.7378.43
HexB6DACF1105Fa2214e
Octal26633231721051724241116
Binary1011011011011010110011111000101011111101000101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DACF; }

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

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

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

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

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

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

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

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