#B7D2C7

Color #B7D2C7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B7D2C7

Tints of Jet Stream #B7D2C7

Color information

#B7D2C7 (or 0xB7D2C7) is unknown color: approx Jet Stream. HEX triplet: B7, D2 and C7. RGB value is (183,210,199). Sum of RGB (Red+Green+Blue) = 183+210+199=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2C7 is #482D38. Grayscale: #C8C8C8. Windows color (decimal): -4730169 or 13095607. OLE color: 13095607.

HSL color Cylindrical-coordinate representation of color #B7D2C7: hue angle of 155.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2C7 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB183210199-
CMYK0.1300.050.18
HSL155.56º23.08%77.06%-
HSV(B)155.56º12.86%82.35%-
XYZ52.8860.2862.88-
YUV200.67127.05115.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=30.91%
G=35.47%
B=33.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832101990.1300.050.18155.5623.0877.06
HexB7D2C7D05129c174d
Octal26732230715052223427115
Binary101101111101001011000111110101011001010011100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2C7; }

 p { color: rgb(183,210,199); }

 H1.HeaderClassName
 {
   color: #B7D2C7;
 }
 .AnyTagClassName
 {
   color: #B7D2C7;
 }
</style>
background-color css

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

 a { background-color: rgb(183,210,199); }

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

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

 span { border-color: rgb(183,210,199); }

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