#B0C4BA

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

Shades of Tiara #B0C4BA

Tints of Tiara #B0C4BA

Color information

#B0C4BA (or 0xB0C4BA) is unknown color: approx Tiara. HEX triplet: B0, C4 and BA. RGB value is (176,196,186). Sum of RGB (Red+Green+Blue) = 176+196+186=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4BA is #4F3B45. Grayscale: #BCBCBC. Windows color (decimal): -5192518 or 12240048. OLE color: 12240048.

HSL color Cylindrical-coordinate representation of color #B0C4BA: hue angle of 150º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C4BA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB176196186-
CMYK0.1000.050.23
HSL150º14.49%72.94%-
HSV(B)150º10.2%76.86%-
XYZ46.5152.2654.09-
YUV188.88126.37118.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=31.54%
G=35.13%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961860.1000.050.2315014.4972.94
HexB0C4BAA051796e49
Octal26030427212052722616111
Binary10110000110001001011101010100101101111001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4BA; }

 p { color: rgb(176,196,186); }

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

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

 a { background-color: rgb(176,196,186); }

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

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

 span { border-color: rgb(176,196,186); }

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