Html Css Color HEX #B8D7CB Jet Stream

📋 copy color: '#B8D7CB'

red 184 ◦ green 215 ◦ blue 203

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

Shades of Jet Stream #B8D7CB

Tints of Jet Stream #B8D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.71%

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

R = 30.56%
G = 35.71%
B = 33.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B8D7CB (or 0xB8D7CB) is known color: Jet Stream. HEX triplet: B8, D7 and CB. RGB value is (184,215,203). Sum of RGB (Red+Green+Blue) = 184+215+203=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7CB is #472834. Grayscale: #CCCCCC. Windows color (decimal): -4663349 or 13359032. OLE color: 13359032.

HSL color Cylindrical-coordinate representation of color #B8D7CB: hue angle of 156.77º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D7CB is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 215 203 -
CMYK 0.14 0 0.06 0.16
HSL 156.77º 0.28% 0.78% -
HSV(B) 156.77º 0.14% 0.84% -
XYZ 54.85 63.1 65.79 -
YUV 204.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 184 215 203 0.14 0 0.06 0.16 156.77 0.28 0.78
Hex B8 D7 CB E 0 6 10 9D 1C 4E
Octal 270 327 313 16 0 6 20 235 34 116
Binary 10111000 11010111 11001011 1110 0 110 10000 10011101 11100 1001110

Color Harmonies of #B8D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D7CB

Black with #B8D7CB

Text Example


Text Example

White with #B8D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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