Shades of Opal #A7CBBC
Tints of Opal #A7CBBC
RGB
CMYK
RGB Variations
Color information
#A7CBBC (or 0xA7CBBC) is known color: Opal. HEX triplet: A7, CB and BC. RGB value is (167,203,188). Sum of RGB (Red+Green+Blue) = 167+203+188=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBBC is #583443. Grayscale: #BEBEBE. Windows color (decimal): -5780548 or 12372903. OLE color: 12372903.
HSL color Cylindrical-coordinate representation of color #A7CBBC: hue angle of 155º 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 #A7CBBC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 188 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.20 |
| HSL | 155º | 0.26% | 0.73% | - |
| HSV(B) | 155º | 0.18% | 0.8% | - |
| XYZ | 46.37 | 54.56 | 55.66 | - |
| YUV | 190.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 188 | 0.18 | 0 | 0.07 | 0.20 | 155 | 0.26 | 0.73 |
| Hex | A7 | CB | BC | 12 | 0 | 7 | 14 | 9B | 1A | 49 |
| Octal | 247 | 313 | 274 | 22 | 0 | 7 | 24 | 233 | 32 | 111 |
| Binary | 10100111 | 11001011 | 10111100 | 10010 | 0 | 111 | 10100 | 10011011 | 11010 | 1001001 |
Color Harmonies of #A7CBBC
Complementary color
Monochromatic Colors of #A7CBBC
Black with #A7CBBC
Text Example
Text Example
White with #A7CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBBC; }
p { color: rgb(167,203,188); }
H1.HeaderClassName
{
color: #A7CBBC;
}
.AnyTagClassName
{
color: #A7CBBC;
}
</style>
background-color css
<style>
a { background-color: #A7CBBC; }
a { background-color: rgb(167,203,188); }
div.DivClassName
{
background-color: #A7CBBC;
}
.BgClassName
{
background-color: #A7CBBC;
}
</style>
border-color css
<style>
span { border-color: #A7CBBC; }
span { border-color: rgb(167,203,188); }
td.TdClassName
{
border-color: #A7CBBC;
}
.TagClassName
{
border-color: #A7CBBC;
}
</style>