#B4C1BA

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

Shades of Tiara #B4C1BA

Tints of Tiara #B4C1BA

Color information

#B4C1BA (or 0xB4C1BA) is unknown color: approx Tiara. HEX triplet: B4, C1 and BA. RGB value is (180,193,186). Sum of RGB (Red+Green+Blue) = 180+193+186=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BA is #4B3E45. Grayscale: #BCBCBC. Windows color (decimal): -4931142 or 12239284. OLE color: 12239284.

HSL color Cylindrical-coordinate representation of color #B4C1BA: hue angle of 147.69º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C1BA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB180193186-
CMYK0.0700.040.24
HSL147.69º9.49%73.14%-
HSV(B)147.69º6.74%75.69%-
XYZ46.7651.3953.91-
YUV188.32126.69122.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=32.20%
G=34.53%
B=33.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931860.0700.040.24147.699.4973.14
HexB4C1BA7041894949
Octal2643012727043022411111
Binary1011010011000001101110101110100110001001010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1BA; }

 p { color: rgb(180,193,186); }

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

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

 a { background-color: rgb(180,193,186); }

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

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

 span { border-color: rgb(180,193,186); }

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