#BABEBD

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

Shades of Opal #BABEBD

Tints of Opal #BABEBD

Color information

#BABEBD (or 0xBABEBD) is unknown color: approx Opal. HEX triplet: BA, BE and BD. RGB value is (186,190,189). Sum of RGB (Red+Green+Blue) = 186+190+189=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBD is #454142. Grayscale: #BCBCBC. Windows color (decimal): -4538691 or 12435130. OLE color: 12435130.

HSL color Cylindrical-coordinate representation of color #BABEBD: hue angle of 165º 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 #BABEBD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB186190189-
CMYK0.0200.010.25
HSL165º2.99%73.73%-
HSV(B)165º2.11%74.51%-
XYZ47.8550.9455.45-
YUV188.69128.17126.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=32.92%
G=33.63%
B=33.45%

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
Decimal1861901890.0200.010.251652.9973.73
HexBABEBD20119a534a
Octal272276275201312453112
Binary10111010101111101011110110011100110100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEBD; }

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

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

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

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

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

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

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

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