Html Css Color HEX #B0D9CB Jet Stream

📋 copy color: '#B0D9CB'

red 176 ◦ green 217 ◦ blue 203

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

Shades of Jet Stream #B0D9CB

Tints of Jet Stream #B0D9CB

RGB

 RED value IS 176 (69.14% from 255) = 29.53%

 GREEN value IS 217 (85.16% from 255) = 36.41%

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

R = 29.53%
G = 36.41%
B = 34.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B0D9CB (or 0xB0D9CB) is known color: Jet Stream. HEX triplet: B0, D9 and CB. RGB value is (176,217,203). Sum of RGB (Red+Green+Blue) = 176+217+203=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9CB is #4F2634. Grayscale: #CBCBCB. Windows color (decimal): -5187125 or 13359536. OLE color: 13359536.

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

Color convert

RGB 176 217 203 -
CMYK 0.19 0 0.06 0.15
HSL 159.51º 0.35% 0.77% -
HSV(B) 159.51º 0.19% 0.85% -
XYZ 53.5 63.17 65.87 -
YUV 203.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 176 217 203 0.19 0 0.06 0.15 159.51 0.35 0.77
Hex B0 D9 CB 13 0 6 F A0 23 4D
Octal 260 331 313 23 0 6 17 240 43 115
Binary 10110000 11011001 11001011 10011 0 110 1111 10100000 100011 1001101

Color Harmonies of #B0D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D9CB

Black with #B0D9CB

Text Example


Text Example

White with #B0D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D9CB; }

 p { color: rgb(176,217,203); }

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

background-color css

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

 a { background-color: rgb(176,217,203); }

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

border-color css

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

 span { border-color: rgb(176,217,203); }

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