#BABEBC

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

Shades of Tiara #BABEBC

Tints of Tiara #BABEBC

Color information

#BABEBC (or 0xBABEBC) is unknown color: approx Tiara. HEX triplet: BA, BE and BC. RGB value is (186,190,188). Sum of RGB (Red+Green+Blue) = 186+190+188=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBC is #454143. Grayscale: #BCBCBC. Windows color (decimal): -4538692 or 12369594. OLE color: 12369594.

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

Color convert

RGB186190188-
CMYK0.0200.010.25
HSL150º2.99%73.73%-
HSV(B)150º2.11%74.51%-
XYZ47.7450.954.88-
YUV188.58127.67126.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=32.98%
G=33.69%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901880.0200.010.251502.9973.73
HexBABEBC201199634a
Octal272276274201312263112
Binary10111010101111101011110010011100110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEBC; }

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

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

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

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

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

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

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

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