#B5C5BF

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

Shades of Tiara #B5C5BF

Tints of Tiara #B5C5BF

Color information

#B5C5BF (or 0xB5C5BF) is unknown color: approx Tiara. HEX triplet: B5, C5 and BF. RGB value is (181,197,191). Sum of RGB (Red+Green+Blue) = 181+197+191=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5BF is #4A3A40. Grayscale: #BFBFBF. Windows color (decimal): -4864577 or 12567989. OLE color: 12567989.

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

Color convert

RGB181197191-
CMYK0.0800.030.23
HSL157.5º12.12%74.12%-
HSV(B)157.5º8.12%77.25%-
XYZ48.4353.5257.07-
YUV191.53127.7120.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 33.57%
R=31.81%
G=34.62%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971910.0800.030.23157.512.1274.12
HexB5C5BF803179dc4a
Octal26530527710032723514112
Binary1011010111000101101111111000011101111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5BF; }

 p { color: rgb(181,197,191); }

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

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

 a { background-color: rgb(181,197,191); }

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

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

 span { border-color: rgb(181,197,191); }

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