#B9D7CD

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

Shades of Jet Stream #B9D7CD

Tints of Jet Stream #B9D7CD

Color information

#B9D7CD (or 0xB9D7CD) is unknown color: approx Jet Stream. HEX triplet: B9, D7 and CD. RGB value is (185,215,205). Sum of RGB (Red+Green+Blue) = 185+215+205=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7CD is #462832. Grayscale: #CCCCCC. Windows color (decimal): -4597811 or 13490105. OLE color: 13490105.

HSL color Cylindrical-coordinate representation of color #B9D7CD: hue angle of 160º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7CD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB185215205-
CMYK0.1400.050.16
HSL160º27.27%78.43%-
HSV(B)160º13.95%84.31%-
XYZ55.3363.3267.06-
YUV204.89128.06113.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=30.58%
G=35.54%
B=33.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852152050.1400.050.1616027.2778.43
HexB9D7CDE0510a01b4e
Octal27132731516052024033116
Binary101110011101011111001101111001011000010100000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7CD; }

 p { color: rgb(185,215,205); }

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

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

 a { background-color: rgb(185,215,205); }

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

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

 span { border-color: rgb(185,215,205); }

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