Html Css Color HEX #B7D7CB Jet Stream

📋 copy color: '#B7D7CB'

red 183 ◦ green 215 ◦ blue 203

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

Shades of Jet Stream #B7D7CB

Tints of Jet Stream #B7D7CB

RGB

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

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

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

R = 30.45%
G = 35.77%
B = 33.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#B7D7CB (or 0xB7D7CB) is known color: Jet Stream. HEX triplet: B7, D7 and CB. RGB value is (183,215,203). Sum of RGB (Red+Green+Blue) = 183+215+203=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7CB is #482834. Grayscale: #CCCCCC. Windows color (decimal): -4728885 or 13359031. OLE color: 13359031.

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

Color convert

RGB 183 215 203 -
CMYK 0.15 0 0.06 0.16
HSL 157.5º 0.29% 0.78% -
HSV(B) 157.5º 0.15% 0.84% -
XYZ 54.61 62.98 65.78 -
YUV 204.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 183 215 203 0.15 0 0.06 0.16 157.5 0.29 0.78
Hex B7 D7 CB F 0 6 10 9E 1D 4E
Octal 267 327 313 17 0 6 20 236 35 116
Binary 10110111 11010111 11001011 1111 0 110 10000 10011110 11101 1001110

Color Harmonies of #B7D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7CB

Black with #B7D7CB

Text Example


Text Example

White with #B7D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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