#B7C4C0

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

Shades of Jet Stream #B7C4C0

Tints of Jet Stream #B7C4C0

Color information

#B7C4C0 (or 0xB7C4C0) is unknown color: approx Jet Stream. HEX triplet: B7, C4 and C0. RGB value is (183,196,192). Sum of RGB (Red+Green+Blue) = 183+196+192=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4C0 is #483B3F. Grayscale: #BFBFBF. Windows color (decimal): -4733760 or 12633271. OLE color: 12633271.

HSL color Cylindrical-coordinate representation of color #B7C4C0: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7C4C0 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB183196192-
CMYK0.0700.020.23
HSL161.54º9.92%74.31%-
HSV(B)161.54º6.63%76.86%-
XYZ48.7853.3557.6-
YUV191.66128.19121.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=32.05%
G=34.33%
B=33.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961920.0700.020.23161.549.9274.31
HexB7C4C070217a2a4a
Octal2673043007022724212112
Binary101101111100010011000000111010101111010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4C0; }

 p { color: rgb(183,196,192); }

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

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

 a { background-color: rgb(183,196,192); }

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

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

 span { border-color: rgb(183,196,192); }

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