#B9D9CD

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

Shades of Jet Stream #B9D9CD

Tints of Jet Stream #B9D9CD

Color information

#B9D9CD (or 0xB9D9CD) is unknown color: approx Jet Stream. HEX triplet: B9, D9 and CD. RGB value is (185,217,205). Sum of RGB (Red+Green+Blue) = 185+217+205=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9CD is #462632. Grayscale: #CECECE. Windows color (decimal): -4597299 or 13490617. OLE color: 13490617.

HSL color Cylindrical-coordinate representation of color #B9D9CD: hue angle of 157.5º degrees, saturation: 0.3, 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 #B9D9CD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB185217205-
CMYK0.1500.060.15
HSL157.5º29.63%78.82%-
HSV(B)157.5º14.75%85.1%-
XYZ55.8464.3567.23-
YUV206.06127.4112.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=30.48%
G=35.75%
B=33.77%

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
Decimal1852172050.1500.060.15157.529.6378.82
HexB9D9CDF06F9e1e4f
Octal27133131517061723636117
Binary10111001110110011100110111110110111110011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9CD; }

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

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

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

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

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

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

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

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