Shades of Opal #AFBDBB
Tints of Opal #AFBDBB
RGB
CMYK
RGB Variations
Color information
#AFBDBB (or 0xAFBDBB) is known color: Opal. HEX triplet: AF, BD and BB. RGB value is (175,189,187). Sum of RGB (Red+Green+Blue) = 175+189+187=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBB is #504244. Grayscale: #B8B8B8. Windows color (decimal): -5259845 or 12303791. OLE color: 12303791.
HSL color Cylindrical-coordinate representation of color #AFBDBB: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 175 | 189 | 187 | - |
CMYK | 0.07 | 0 | 0.01 | 0.26 |
HSL | 171.43º | 0.1% | 0.71% | - |
HSV(B) | 171.43º | 0.07% | 0.74% | - |
XYZ | 44.85 | 49.1 | 54.13 | - |
YUV | 184.59 | 129.36 | 121.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 189 | 187 | 0.07 | 0 | 0.01 | 0.26 | 171.43 | 0.1 | 0.71 |
Hex | AF | BD | BB | 7 | 0 | 1 | 1A | AB | A | 47 |
Octal | 257 | 275 | 273 | 7 | 0 | 1 | 32 | 253 | 12 | 107 |
Binary | 10101111 | 10111101 | 10111011 | 111 | 0 | 1 | 11010 | 10101011 | 1010 | 1000111 |
Color Harmonies of #AFBDBB
Complementary color
Monochromatic Colors of #AFBDBB
Black with #AFBDBB
Text Example
Text Example
White with #AFBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDBB; }
p { color: rgb(175,189,187); }
H1.HeaderClassName
{
color: #AFBDBB;
}
.AnyTagClassName
{
color: #AFBDBB;
}
</style>
background-color css
<style>
a { background-color: #AFBDBB; }
a { background-color: rgb(175,189,187); }
div.DivClassName
{
background-color: #AFBDBB;
}
.BgClassName
{
background-color: #AFBDBB;
}
</style>
border-color css
<style>
span { border-color: #AFBDBB; }
span { border-color: rgb(175,189,187); }
td.TdClassName
{
border-color: #AFBDBB;
}
.TagClassName
{
border-color: #AFBDBB;
}
</style>