#B7C5C0

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

Shades of Tiara #B7C5C0

Tints of Tiara #B7C5C0

Color information

#B7C5C0 (or 0xB7C5C0) is unknown color: approx Tiara. HEX triplet: B7, C5 and C0. RGB value is (183,197,192). Sum of RGB (Red+Green+Blue) = 183+197+192=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5C0 is #483A3F. Grayscale: #C0C0C0. Windows color (decimal): -4733504 or 12633527. OLE color: 12633527.

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

Color convert

RGB183197192-
CMYK0.0700.030.23
HSL158.57º10.77%74.51%-
HSV(B)158.57º7.11%77.25%-
XYZ49.0153.8157.67-
YUV192.24127.86121.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=31.99%
G=34.44%
B=33.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971920.0700.030.23158.5710.7774.51
HexB7C5C0703179fb4b
Octal2673053007032723713113
Binary101101111100010111000000111011101111001111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5C0; }

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

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

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

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

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

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

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

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