Shades of Akaroa #BEAF9C
Tints of Akaroa #BEAF9C
RGB
CMYK
RGB Variations
Color information
#BEAF9C (or 0xBEAF9C) is known color: Akaroa. HEX triplet: BE, AF and 9C. RGB value is (190,175,156). Sum of RGB (Red+Green+Blue) = 190+175+156=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF9C is #415063. Grayscale: #B1B1B1. Windows color (decimal): -4280420 or 10268606. OLE color: 10268606.
HSL color Cylindrical-coordinate representation of color #BEAF9C: hue angle of 33.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEAF9C is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 156 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.25 |
| HSL | 33.53º | 0.21% | 0.68% | - |
| HSV(B) | 33.53º | 0.18% | 0.75% | - |
| XYZ | 42.57 | 44.01 | 37.7 | - |
| YUV | 177.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 156 | 0 | 0.08 | 0.18 | 0.25 | 33.53 | 0.21 | 0.68 |
| Hex | BE | AF | 9C | 0 | 8 | 12 | 19 | 22 | 15 | 44 |
| Octal | 276 | 257 | 234 | 0 | 10 | 22 | 31 | 42 | 25 | 104 |
| Binary | 10111110 | 10101111 | 10011100 | 0 | 1000 | 10010 | 11001 | 100010 | 10101 | 1000100 |
Color Harmonies of #BEAF9C
Complementary color
Monochromatic Colors of #BEAF9C
Black with #BEAF9C
Text Example
Text Example
White with #BEAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF9C; }
p { color: rgb(190,175,156); }
H1.HeaderClassName
{
color: #BEAF9C;
}
.AnyTagClassName
{
color: #BEAF9C;
}
</style>
background-color css
<style>
a { background-color: #BEAF9C; }
a { background-color: rgb(190,175,156); }
div.DivClassName
{
background-color: #BEAF9C;
}
.BgClassName
{
background-color: #BEAF9C;
}
</style>
border-color css
<style>
span { border-color: #BEAF9C; }
span { border-color: rgb(190,175,156); }
td.TdClassName
{
border-color: #BEAF9C;
}
.TagClassName
{
border-color: #BEAF9C;
}
</style>