#B9DED2

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

Shades of Cruise #B9DED2

Tints of Cruise #B9DED2

Color information

#B9DED2 (or 0xB9DED2) is unknown color: approx Cruise. HEX triplet: B9, DE and D2. RGB value is (185,222,210). Sum of RGB (Red+Green+Blue) = 185+222+210=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DED2 is #46212D. Grayscale: #D1D1D1. Windows color (decimal): -4596014 or 13819577. OLE color: 13819577.

HSL color Cylindrical-coordinate representation of color #B9DED2: hue angle of 160.54º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DED2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB185222210-
CMYK0.1700.050.13
HSL160.54º35.92%79.8%-
HSV(B)160.54º16.67%87.06%-
XYZ57.7667.2170.9-
YUV209.57128.24110.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=29.98%
G=35.98%
B=34.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852222100.1700.050.13160.5435.9279.8
HexB9DED21105Da12450
Octal27133632221051524144120
Binary1011100111011110110100101000101011101101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DED2; }

 p { color: rgb(185,222,210); }

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

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

 a { background-color: rgb(185,222,210); }

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

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

 span { border-color: rgb(185,222,210); }

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