#B7D2C9

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

Shades of Jet Stream #B7D2C9

Tints of Jet Stream #B7D2C9

Color information

#B7D2C9 (or 0xB7D2C9) is unknown color: approx Jet Stream. HEX triplet: B7, D2 and C9. RGB value is (183,210,201). Sum of RGB (Red+Green+Blue) = 183+210+201=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2C9 is #482D36. Grayscale: #C8C8C8. Windows color (decimal): -4730167 or 13226679. OLE color: 13226679.

HSL color Cylindrical-coordinate representation of color #B7D2C9: hue angle of 160º 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 #B7D2C9 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB183210201-
CMYK0.1300.040.18
HSL160º23.08%77.06%-
HSV(B)160º12.86%82.35%-
XYZ53.1260.3864.11-
YUV200.9128.05115.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=30.81%
G=35.35%
B=33.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832102010.1300.040.1816023.0877.06
HexB7D2C9D0412a0174d
Octal26732231115042224027115
Binary101101111101001011001001110101001001010100000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2C9; }

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

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

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

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

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

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

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

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