#B4C5BE

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

Shades of Tiara #B4C5BE

Tints of Tiara #B4C5BE

Color information

#B4C5BE (or 0xB4C5BE) is unknown color: approx Tiara. HEX triplet: B4, C5 and BE. RGB value is (180,197,190). Sum of RGB (Red+Green+Blue) = 180+197+190=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5BE is #4B3A41. Grayscale: #BFBFBF. Windows color (decimal): -4930114 or 12502452. OLE color: 12502452.

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

Color convert

RGB180197190-
CMYK0.0900.040.23
HSL155.29º12.78%73.92%-
HSV(B)155.29º8.63%77.25%-
XYZ48.0853.3556.48-
YUV191.12127.37120.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=31.75%
G=34.74%
B=33.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801971900.0900.040.23155.2912.7873.92
HexB4C5BE904179bd4a
Octal26430527611042723315112
Binary10110100110001011011111010010100101111001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C5BE; }

 p { color: rgb(180,197,190); }

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

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

 a { background-color: rgb(180,197,190); }

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

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

 span { border-color: rgb(180,197,190); }

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