#B1CAC0

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

Shades of Tiara #B1CAC0

Tints of Tiara #B1CAC0

Color information

#B1CAC0 (or 0xB1CAC0) is unknown color: approx Tiara. HEX triplet: B1, CA and C0. RGB value is (177,202,192). Sum of RGB (Red+Green+Blue) = 177+202+192=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC0 is #4E353F. Grayscale: #C1C1C1. Windows color (decimal): -5125440 or 12634801. OLE color: 12634801.

HSL color Cylindrical-coordinate representation of color #B1CAC0: hue angle of 156º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB177202192-
CMYK0.1200.050.21
HSL156º19.08%74.31%-
HSV(B)156º12.38%79.22%-
XYZ48.7755.3957.99-
YUV193.38127.22116.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=31.00%
G=35.38%
B=33.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021920.1200.050.2115619.0874.31
HexB1CAC0C05159c134a
Octal26131230014052523423112
Binary101100011100101011000000110001011010110011100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAC0; }

 p { color: rgb(177,202,192); }

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

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

 a { background-color: rgb(177,202,192); }

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

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

 span { border-color: rgb(177,202,192); }

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