#B9DCD6

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

Shades of Cruise #B9DCD6

Tints of Cruise #B9DCD6

Color information

#B9DCD6 (or 0xB9DCD6) is unknown color: approx Cruise. HEX triplet: B9, DC and D6. RGB value is (185,220,214). Sum of RGB (Red+Green+Blue) = 185+220+214=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCD6 is #462329. Grayscale: #D0D0D0. Windows color (decimal): -4596522 or 14081209. OLE color: 14081209.

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

Color convert

RGB185220214-
CMYK0.1600.030.14
HSL169.71º33.33%79.41%-
HSV(B)169.71º15.91%86.27%-
XYZ57.7466.3673.38-
YUV208.85130.9110.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=29.89%
G=35.54%
B=34.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202140.1600.030.14169.7133.3379.41
HexB9DCD61003Eaa214f
Octal27133432620031625241117
Binary101110011101110011010110100000111110101010101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCD6; }

 p { color: rgb(185,220,214); }

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

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

 a { background-color: rgb(185,220,214); }

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

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

 span { border-color: rgb(185,220,214); }

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