Shades of Opal #BABFBE
Tints of Opal #BABFBE
RGB
CMYK
RGB Variations
Color information
#BABFBE (or 0xBABFBE) is known color: 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
RGB | 186 | 191 | 190 | - |
CMYK | 0.03 | 0 | 0.01 | 0.25 |
HSL | 168º | 0.04% | 0.74% | - |
HSV(B) | 168º | 0.03% | 0.75% | - |
XYZ | 48.17 | 51.42 | 56.1 | - |
YUV | 189.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 191 | 190 | 0.03 | 0 | 0.01 | 0.25 | 168 | 0.04 | 0.74 |
Hex | BA | BF | BE | 3 | 0 | 1 | 19 | A8 | 4 | 4A |
Octal | 272 | 277 | 276 | 3 | 0 | 1 | 31 | 250 | 4 | 112 |
Binary | 10111010 | 10111111 | 10111110 | 11 | 0 | 1 | 11001 | 10101000 | 100 | 1001010 |
Color Harmonies of #BABFBE
Complementary color
Monochromatic Colors of #BABFBE
Black with #BABFBE
Text Example
Text Example
White with #BABFBE
Text Example
Text Example
HTML Codes & Css Web 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>