#B6DCCF

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

Shades of Cruise #B6DCCF

Tints of Cruise #B6DCCF

Color information

#B6DCCF (or 0xB6DCCF) is unknown color: approx Cruise. HEX triplet: B6, DC and CF. RGB value is (182,220,207). Sum of RGB (Red+Green+Blue) = 182+220+207=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCCF is #492330. Grayscale: #CFCFCF. Windows color (decimal): -4793137 or 13622454. OLE color: 13622454.

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

Color convert

RGB182220207-
CMYK0.1700.060.14
HSL159.47º35.19%78.82%-
HSV(B)159.47º17.27%86.27%-
XYZ56.1565.6468.74-
YUV207.16127.91110.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=29.89%
G=36.12%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1822202070.1700.060.14159.4735.1978.82
HexB6DCCF1106E9f234f
Octal26633431721061623743117
Binary1011011011011100110011111000101101110100111111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCCF; }

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

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

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

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

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

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

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

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