#B9D8CB

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

Shades of Jet Stream #B9D8CB

Tints of Jet Stream #B9D8CB

Color information

#B9D8CB (or 0xB9D8CB) is unknown color: approx Jet Stream. HEX triplet: B9, D8 and CB. RGB value is (185,216,203). Sum of RGB (Red+Green+Blue) = 185+216+203=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8CB is #462734. Grayscale: #CDCDCD. Windows color (decimal): -4597557 or 13359289. OLE color: 13359289.

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

Color convert

RGB185216203-
CMYK0.1400.060.15
HSL154.84º28.44%78.63%-
HSV(B)154.84º14.35%84.71%-
XYZ55.3463.7465.89-
YUV205.25126.73113.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=30.63%
G=35.76%
B=33.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852162030.1400.060.15154.8428.4478.63
HexB9D8CBE06F9b1c4f
Octal27133031316061723334117
Binary10111001110110001100101111100110111110011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8CB; }

 p { color: rgb(185,216,203); }

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

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

 a { background-color: rgb(185,216,203); }

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

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

 span { border-color: rgb(185,216,203); }

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