Html Css Color HEX #B8D9CB Jet Stream

📋 copy color: '#B8D9CB'

red 184 ◦ green 217 ◦ blue 203

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

Shades of Jet Stream #B8D9CB

Tints of Jet Stream #B8D9CB

RGB

 RED value IS 184 (72.27% from 255) = 30.46%

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

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

R = 30.46%
G = 35.93%
B = 33.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B8D9CB (or 0xB8D9CB) is known color: Jet Stream. HEX triplet: B8, D9 and CB. RGB value is (184,217,203). Sum of RGB (Red+Green+Blue) = 184+217+203=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9CB is #472634. Grayscale: #CDCDCD. Windows color (decimal): -4662837 or 13359544. OLE color: 13359544.

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

Color convert

RGB 184 217 203 -
CMYK 0.15 0 0.06 0.15
HSL 154.55º 0.3% 0.79% -
HSV(B) 154.55º 0.15% 0.85% -
XYZ 55.36 64.13 65.96 -
YUV 205.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 184 217 203 0.15 0 0.06 0.15 154.55 0.3 0.79
Hex B8 D9 CB F 0 6 F 9B 1E 4F
Octal 270 331 313 17 0 6 17 233 36 117
Binary 10111000 11011001 11001011 1111 0 110 1111 10011011 11110 1001111

Color Harmonies of #B8D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9CB

Black with #B8D9CB

Text Example


Text Example

White with #B8D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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