Html Css Color HEX #B7D8CB Jet Stream

📋 copy color: '#B7D8CB'

red 183 ◦ green 216 ◦ blue 203

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

Shades of Jet Stream #B7D8CB

Tints of Jet Stream #B7D8CB

RGB

 RED value IS 183 (71.88% from 255) = 30.4%

 GREEN value IS 216 (84.77% from 255) = 35.88%

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

R = 30.4%
G = 35.88%
B = 33.72%

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

#B7D8CB (or 0xB7D8CB) is known color: Jet Stream. HEX triplet: B7, D8 and CB. RGB value is (183,216,203). Sum of RGB (Red+Green+Blue) = 183+216+203=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8CB is #482734. Grayscale: #CCCCCC. Windows color (decimal): -4728629 or 13359287. OLE color: 13359287.

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

Color convert

RGB 183 216 203 -
CMYK 0.15 0 0.06 0.15
HSL 156.36º 0.3% 0.78% -
HSV(B) 156.36º 0.15% 0.85% -
XYZ 54.86 63.49 65.86 -
YUV 204.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 183 216 203 0.15 0 0.06 0.15 156.36 0.3 0.78
Hex B7 D8 CB F 0 6 F 9C 1E 4E
Octal 267 330 313 17 0 6 17 234 36 116
Binary 10110111 11011000 11001011 1111 0 110 1111 10011100 11110 1001110

Color Harmonies of #B7D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8CB

Black with #B7D8CB

Text Example


Text Example

White with #B7D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8CB; }

 p { color: rgb(183,216,203); }

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

background-color css

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

 a { background-color: rgb(183,216,203); }

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

border-color css

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

 span { border-color: rgb(183,216,203); }

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