#BABCBB

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

Shades of Tiara #BABCBB

Tints of Tiara #BABCBB

Color information

#BABCBB (or 0xBABCBB) is unknown color: approx Tiara. HEX triplet: BA, BC and BB. RGB value is (186,188,187). Sum of RGB (Red+Green+Blue) = 186+188+187=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCBB is #454344. Grayscale: #BBBBBB. Windows color (decimal): -4539205 or 12303546. OLE color: 12303546.

HSL color Cylindrical-coordinate representation of color #BABCBB: hue angle of 150º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BABCBB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB186188187-
CMYK0.0100.010.26
HSL150º1.47%73.33%-
HSV(B)150º1.06%73.73%-
XYZ47.249.9954.18-
YUV187.29127.84127.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=33.16%
G=33.51%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881870.0100.010.261501.4773.33
HexBABCBB1011A96149
Octal272274273101322261111
Binary101110101011110010111011101110101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCBB; }

 p { color: rgb(186,188,187); }

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

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

 a { background-color: rgb(186,188,187); }

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

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

 span { border-color: rgb(186,188,187); }

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