#B9DACC

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

Shades of Jet Stream #B9DACC

Tints of Jet Stream #B9DACC

Color information

#B9DACC (or 0xB9DACC) is unknown color: approx Jet Stream. HEX triplet: B9, DA and CC. RGB value is (185,218,204). Sum of RGB (Red+Green+Blue) = 185+218+204=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DACC is #462533. Grayscale: #CECECE. Windows color (decimal): -4597044 or 13425337. OLE color: 13425337.

HSL color Cylindrical-coordinate representation of color #B9DACC: hue angle of 154.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DACC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB185218204-
CMYK0.1500.060.15
HSL154.55º30.84%79.02%-
HSV(B)154.55º15.14%85.49%-
XYZ55.9864.8266.69-
YUV206.54126.57112.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=30.48%
G=35.91%
B=33.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852182040.1500.060.15154.5530.8479.02
HexB9DACCF06F9b1f4f
Octal27133231417061723337117
Binary10111001110110101100110011110110111110011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DACC; }

 p { color: rgb(185,218,204); }

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

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

 a { background-color: rgb(185,218,204); }

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

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

 span { border-color: rgb(185,218,204); }

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