#BABFBE

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

Shades of Opal #BABFBE

Tints of Opal #BABFBE

Color information

#BABFBE (or 0xBABFBE) is unknown color: approx Opal. HEX triplet: BA, BF and BE. RGB value is (186,191,190). Sum of RGB (Red+Green+Blue) = 186+191+190=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFBE is #454041. Grayscale: #BDBDBD. Windows color (decimal): -4538434 or 12500922. OLE color: 12500922.

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

Color convert

RGB186191190-
CMYK0.0300.010.25
HSL168º3.76%73.92%-
HSV(B)168º2.62%74.9%-
XYZ48.1751.4256.1-
YUV189.39128.34125.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=32.80%
G=33.69%
B=33.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911900.0300.010.251683.7673.92
HexBABFBE30119a844a
Octal272277276301312504112
Binary101110101011111110111110110111001101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFBE; }

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

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

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

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

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

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

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

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