Html Css Color HEX #B9D1CB Jet Stream

📋 copy color: '#B9D1CB'

red 185 ◦ green 209 ◦ blue 203

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

Shades of Jet Stream #B9D1CB

Tints of Jet Stream #B9D1CB

RGB

 RED value IS 185 (72.66% from 255) = 30.99%

 GREEN value IS 209 (82.03% from 255) = 35.01%

 BLUE value IS 203 (79.69% from 255) = 34%

R = 30.99%
G = 35.01%
B = 34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B9D1CB (or 0xB9D1CB) is known color: Jet Stream. HEX triplet: B9, D1 and CB. RGB value is (185,209,203). Sum of RGB (Red+Green+Blue) = 185+209+203=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1CB is #462E34. Grayscale: #C9C9C9. Windows color (decimal): -4599349 or 13357497. OLE color: 13357497.

HSL color Cylindrical-coordinate representation of color #B9D1CB: hue angle of 165º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D1CB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 209 203 -
CMYK 0.11 0 0.03 0.18
HSL 165º 0.21% 0.77% -
HSV(B) 165º 0.11% 0.82% -
XYZ 53.59 60.23 65.3 -
YUV 201.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 185 209 203 0.11 0 0.03 0.18 165 0.21 0.77
Hex B9 D1 CB B 0 3 12 A5 15 4D
Octal 271 321 313 13 0 3 22 245 25 115
Binary 10111001 11010001 11001011 1011 0 11 10010 10100101 10101 1001101

Color Harmonies of #B9D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D1CB

Black with #B9D1CB

Text Example


Text Example

White with #B9D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D1CB; }

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

 H1.HeaderClassName
 {
   color: #B9D1CB;
 }
 .AnyTagClassName
 {
   color: #B9D1CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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