#B9DDD5

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

Shades of Cruise #B9DDD5

Tints of Cruise #B9DDD5

Color information

#B9DDD5 (or 0xB9DDD5) is unknown color: approx Cruise. HEX triplet: B9, DD and D5. RGB value is (185,221,213). Sum of RGB (Red+Green+Blue) = 185+221+213=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD5 is #46222A. Grayscale: #D1D1D1. Windows color (decimal): -4596267 or 14015929. OLE color: 14015929.

HSL color Cylindrical-coordinate representation of color #B9DDD5: hue angle of 166.67º 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 #B9DDD5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB185221213-
CMYK0.1600.040.13
HSL166.67º34.62%79.61%-
HSV(B)166.67º16.29%86.67%-
XYZ57.8766.8372.8-
YUV209.32130.07110.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=29.89%
G=35.70%
B=34.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852212130.1600.040.13166.6734.6279.61
HexB9DDD51004Da72350
Octal27133532520041524743120
Binary1011100111011101110101011000001001101101001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDD5; }

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

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

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

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

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

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

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

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