#B9DDCE

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

Shades of Cruise #B9DDCE

Tints of Cruise #B9DDCE

Color information

#B9DDCE (or 0xB9DDCE) is unknown color: approx Cruise. HEX triplet: B9, DD and CE. RGB value is (185,221,206). Sum of RGB (Red+Green+Blue) = 185+221+206=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDCE is #462231. Grayscale: #D0D0D0. Windows color (decimal): -4596274 or 13557177. OLE color: 13557177.

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

Color convert

RGB185221206-
CMYK0.1600.070.13
HSL155º34.62%79.61%-
HSV(B)155º16.29%86.67%-
XYZ5766.4868.22-
YUV208.53126.57111.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=30.23%
G=36.11%
B=33.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212060.1600.070.1315534.6279.61
HexB9DDCE1007D9b2350
Octal27133531620071523343120
Binary1011100111011101110011101000001111101100110111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDCE; }

 p { color: rgb(185,221,206); }

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

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

 a { background-color: rgb(185,221,206); }

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

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

 span { border-color: rgb(185,221,206); }

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