Html Css Color HEX #B9D8CB Jet Stream

📋 copy color: '#B9D8CB'

red 185 ◦ green 216 ◦ blue 203

#B9D8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #B9D8CB

Tints of Jet Stream #B9D8CB

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 value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B9D8CB (or 0xB9D8CB) is known color: 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

RGB 185 216 203 -
CMYK 0.14 0 0.06 0.15
HSL 154.84º 0.28% 0.79% -
HSV(B) 154.84º 0.14% 0.85% -
XYZ 55.34 63.74 65.89 -
YUV 205.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 185 216 203 0.14 0 0.06 0.15 154.84 0.28 0.79
Hex B9 D8 CB E 0 6 F 9B 1C 4F
Octal 271 330 313 16 0 6 17 233 34 117
Binary 10111001 11011000 11001011 1110 0 110 1111 10011011 11100 1001111

Color Harmonies of #B9D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8CB

Black with #B9D8CB

Text Example


Text Example

White with #B9D8CB

Text Example


Text Example

HTML Codes & Css Web 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>