Html Css Color HEX #B9D2CB Jet Stream

📋 copy color: '#B9D2CB'

red 185 ◦ green 210 ◦ blue 203

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

Shades of Jet Stream #B9D2CB

Tints of Jet Stream #B9D2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

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

R = 30.94%
G = 35.12%
B = 33.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B9D2CB (or 0xB9D2CB) is known color: Jet Stream. HEX triplet: B9, D2 and CB. RGB value is (185,210,203). Sum of RGB (Red+Green+Blue) = 185+210+203=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2CB is #462D34. Grayscale: #C9C9C9. Windows color (decimal): -4599093 or 13357753. OLE color: 13357753.

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

Color convert

RGB 185 210 203 -
CMYK 0.12 0 0.03 0.18
HSL 163.2º 0.22% 0.77% -
HSV(B) 163.2º 0.12% 0.82% -
XYZ 53.83 60.72 65.38 -
YUV 201.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 185 210 203 0.12 0 0.03 0.18 163.2 0.22 0.77
Hex B9 D2 CB C 0 3 12 A3 16 4D
Octal 271 322 313 14 0 3 22 243 26 115
Binary 10111001 11010010 11001011 1100 0 11 10010 10100011 10110 1001101

Color Harmonies of #B9D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2CB

Black with #B9D2CB

Text Example


Text Example

White with #B9D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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