Shades of Opal #A8CCBF
Tints of Opal #A8CCBF
RGB
CMYK
RGB Variations
Color information
#A8CCBF (or 0xA8CCBF) is known color: Opal. HEX triplet: A8, CC and BF. RGB value is (168,204,191). Sum of RGB (Red+Green+Blue) = 168+204+191=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCBF is #573340. Grayscale: #BFBFBF. Windows color (decimal): -5714753 or 12569768. OLE color: 12569768.
HSL color Cylindrical-coordinate representation of color #A8CCBF: hue angle of 158.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCBF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 191 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.2 |
| HSL | 158.33º | 0.26% | 0.73% | - |
| HSV(B) | 158.33º | 0.18% | 0.8% | - |
| XYZ | 47.15 | 55.27 | 57.47 | - |
| YUV | 191.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 191 | 0.18 | 0 | 0.06 | 0.2 | 158.33 | 0.26 | 0.73 |
| Hex | A8 | CC | BF | 12 | 0 | 6 | 14 | 9E | 1A | 49 |
| Octal | 250 | 314 | 277 | 22 | 0 | 6 | 24 | 236 | 32 | 111 |
| Binary | 10101000 | 11001100 | 10111111 | 10010 | 0 | 110 | 10100 | 10011110 | 11010 | 1001001 |
Color Harmonies of #A8CCBF
Complementary color
Monochromatic Colors of #A8CCBF
Black with #A8CCBF
Text Example
Text Example
White with #A8CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCBF; }
p { color: rgb(168,204,191); }
H1.HeaderClassName
{
color: #A8CCBF;
}
.AnyTagClassName
{
color: #A8CCBF;
}
</style>
background-color css
<style>
a { background-color: #A8CCBF; }
a { background-color: rgb(168,204,191); }
div.DivClassName
{
background-color: #A8CCBF;
}
.BgClassName
{
background-color: #A8CCBF;
}
</style>
border-color css
<style>
span { border-color: #A8CCBF; }
span { border-color: rgb(168,204,191); }
td.TdClassName
{
border-color: #A8CCBF;
}
.TagClassName
{
border-color: #A8CCBF;
}
</style>