#B7C9C0

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

Shades of Tiara #B7C9C0

Tints of Tiara #B7C9C0

Color information

#B7C9C0 (or 0xB7C9C0) is unknown color: approx Tiara. HEX triplet: B7, C9 and C0. RGB value is (183,201,192). Sum of RGB (Red+Green+Blue) = 183+201+192=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9C0 is #48363F. Grayscale: #C2C2C2. Windows color (decimal): -4732480 or 12634551. OLE color: 12634551.

HSL color Cylindrical-coordinate representation of color #B7C9C0: hue angle of 150º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C9C0 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB183201192-
CMYK0.0900.040.21
HSL150º14.29%75.29%-
HSV(B)150º8.96%78.82%-
XYZ49.9355.6557.98-
YUV194.59126.54119.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=31.77%
G=34.90%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011920.0900.040.2115014.2975.29
HexB7C9C09041596e4b
Octal26731130011042522616113
Binary10110111110010011100000010010100101011001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C9C0; }

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

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

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

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

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

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

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

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