#B5C4BE

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

Shades of Tiara #B5C4BE

Tints of Tiara #B5C4BE

Color information

#B5C4BE (or 0xB5C4BE) is unknown color: approx Tiara. HEX triplet: B5, C4 and BE. RGB value is (181,196,190). Sum of RGB (Red+Green+Blue) = 181+196+190=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4BE is #4A3B41. Grayscale: #BEBEBE. Windows color (decimal): -4864834 or 12502197. OLE color: 12502197.

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

Color convert

RGB181196190-
CMYK0.0800.030.23
HSL156º11.28%73.92%-
HSV(B)156º7.65%76.86%-
XYZ48.0953.0256.41-
YUV190.83127.53120.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=31.92%
G=34.57%
B=33.51%

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
Decimal1811961900.0800.030.2315611.2873.92
HexB5C4BE803179cb4a
Octal26530427610032723413112
Binary1011010111000100101111101000011101111001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4BE; }

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

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

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

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

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

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

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

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