#B5C4BF

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

Shades of Tiara #B5C4BF

Tints of Tiara #B5C4BF

Color information

#B5C4BF (or 0xB5C4BF) is unknown color: approx Tiara. HEX triplet: B5, C4 and BF. RGB value is (181,196,191). Sum of RGB (Red+Green+Blue) = 181+196+191=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4BF is #4A3B40. Grayscale: #BEBEBE. Windows color (decimal): -4864833 or 12567733. OLE color: 12567733.

HSL color Cylindrical-coordinate representation of color #B5C4BF: hue angle of 160º degrees, saturation: 0.11, 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 #B5C4BF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB181196191-
CMYK0.0800.030.23
HSL160º11.28%73.92%-
HSV(B)160º7.65%76.86%-
XYZ48.253.0756.99-
YUV190.94128.03120.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 191 (75% from 255) = 33.63%
R=31.87%
G=34.51%
B=33.63%

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
Decimal1811961910.0800.030.2316011.2873.92
HexB5C4BF80317a0b4a
Octal26530427710032724013112
Binary1011010111000100101111111000011101111010000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4BF; }

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

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

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

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

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

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

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

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