#B6DBD1

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

Shades of Cruise #B6DBD1

Tints of Cruise #B6DBD1

Color information

#B6DBD1 (or 0xB6DBD1) is unknown color: approx Cruise. HEX triplet: B6, DB and D1. RGB value is (182,219,209). Sum of RGB (Red+Green+Blue) = 182+219+209=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBD1 is #49242E. Grayscale: #CECECE. Windows color (decimal): -4793391 or 13753270. OLE color: 13753270.

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

Color convert

RGB182219209-
CMYK0.1700.050.14
HSL163.78º33.94%78.63%-
HSV(B)163.78º16.89%85.88%-
XYZ56.1365.2169.95-
YUV206.8129.24110.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=29.84%
G=35.90%
B=34.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822192090.1700.050.14163.7833.9478.63
HexB6DBD11105Ea4224f
Octal26633332121051624442117
Binary1011011011011011110100011000101011110101001001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBD1; }

 p { color: rgb(182,219,209); }

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

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

 a { background-color: rgb(182,219,209); }

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

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

 span { border-color: rgb(182,219,209); }

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