Shades of Opal #A5CBC3
Tints of Opal #A5CBC3
RGB
CMYK
RGB Variations
Color information
#A5CBC3 (or 0xA5CBC3) is known color: Opal. HEX triplet: A5, CB and C3. RGB value is (165,203,195). Sum of RGB (Red+Green+Blue) = 165+203+195=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC3 is #5A343C. Grayscale: #BEBEBE. Windows color (decimal): -5911613 or 12831653. OLE color: 12831653.
HSL color Cylindrical-coordinate representation of color #A5CBC3: hue angle of 167.37º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBC3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 195 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.20 |
| HSL | 167.37º | 0.27% | 0.72% | - |
| HSV(B) | 167.37º | 0.19% | 0.8% | - |
| XYZ | 46.72 | 54.65 | 59.72 | - |
| YUV | 190.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 195 | 0.19 | 0 | 0.04 | 0.20 | 167.37 | 0.27 | 0.72 |
| Hex | A5 | CB | C3 | 13 | 0 | 4 | 14 | A7 | 1B | 48 |
| Octal | 245 | 313 | 303 | 23 | 0 | 4 | 24 | 247 | 33 | 110 |
| Binary | 10100101 | 11001011 | 11000011 | 10011 | 0 | 100 | 10100 | 10100111 | 11011 | 1001000 |
Color Harmonies of #A5CBC3
Complementary color
Monochromatic Colors of #A5CBC3
Black with #A5CBC3
Text Example
Text Example
White with #A5CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBC3; }
p { color: rgb(165,203,195); }
H1.HeaderClassName
{
color: #A5CBC3;
}
.AnyTagClassName
{
color: #A5CBC3;
}
</style>
background-color css
<style>
a { background-color: #A5CBC3; }
a { background-color: rgb(165,203,195); }
div.DivClassName
{
background-color: #A5CBC3;
}
.BgClassName
{
background-color: #A5CBC3;
}
</style>
border-color css
<style>
span { border-color: #A5CBC3; }
span { border-color: rgb(165,203,195); }
td.TdClassName
{
border-color: #A5CBC3;
}
.TagClassName
{
border-color: #A5CBC3;
}
</style>