#B5C9C0

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

Shades of Tiara #B5C9C0

Tints of Tiara #B5C9C0

Color information

#B5C9C0 (or 0xB5C9C0) is unknown color: approx Tiara. HEX triplet: B5, C9 and C0. RGB value is (181,201,192). Sum of RGB (Red+Green+Blue) = 181+201+192=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9C0 is #4A363F. Grayscale: #C2C2C2. Windows color (decimal): -4863552 or 12634549. OLE color: 12634549.

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

Color convert

RGB181201192-
CMYK0.1000.040.21
HSL153º15.62%74.9%-
HSV(B)153º9.95%78.82%-
XYZ49.4655.457.96-
YUV193.99126.87118.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=31.53%
G=35.02%
B=33.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812011920.1000.040.2115315.6274.9
HexB5C9C0A041599104b
Octal26531130012042523120113
Binary101101011100100111000000101001001010110011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C9C0; }

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

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

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

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

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

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

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

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