#B9D3CD

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

Shades of Jet Stream #B9D3CD

Tints of Jet Stream #B9D3CD

Color information

#B9D3CD (or 0xB9D3CD) is unknown color: approx Jet Stream. HEX triplet: B9, D3 and CD. RGB value is (185,211,205). Sum of RGB (Red+Green+Blue) = 185+211+205=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3CD is #462C32. Grayscale: #CACACA. Windows color (decimal): -4598835 or 13489081. OLE color: 13489081.

HSL color Cylindrical-coordinate representation of color #B9D3CD: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3CD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB185211205-
CMYK0.1200.030.17
HSL166.15º22.81%77.65%-
HSV(B)166.15º12.32%82.75%-
XYZ54.3261.3166.73-
YUV202.54129.39115.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=30.78%
G=35.11%
B=34.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852112050.1200.030.17166.1522.8177.65
HexB9D3CDC0311a6174e
Octal27132331514032124627116
Binary10111001110100111100110111000111000110100110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3CD; }

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

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

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

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

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

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

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

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