Shades of Bali Hai #81A0B6
Tints of Bali Hai #81A0B6
RGB
CMYK
RGB Variations
Color information
#81A0B6 (or 0x81A0B6) is known color: Bali Hai. HEX triplet: 81, A0 and B6. RGB value is (129,160,182). Sum of RGB (Red+Green+Blue) = 129+160+182=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #81A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0B6 is #7E5F49. Grayscale: #999999. Windows color (decimal): -8281930 or 11968641. OLE color: 11968641.
HSL color Cylindrical-coordinate representation of color #81A0B6: hue angle of 204.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81A0B6 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 160 | 182 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.29 |
| HSL | 204.91º | 0.27% | 0.61% | - |
| HSV(B) | 204.91º | 0.29% | 0.71% | - |
| XYZ | 30.07 | 33.19 | 49.08 | - |
| YUV | 153.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 182 | 0.29 | 0.12 | 0 | 0.29 | 204.91 | 0.27 | 0.61 |
| Hex | 81 | A0 | B6 | 1D | C | 0 | 1D | CD | 1B | 3D |
| Octal | 201 | 240 | 266 | 35 | 14 | 0 | 35 | 315 | 33 | 75 |
| Binary | 10000001 | 10100000 | 10110110 | 11101 | 1100 | 0 | 11101 | 11001101 | 11011 | 111101 |
Color Harmonies of #81A0B6
Complementary color
Monochromatic Colors of #81A0B6
Black with #81A0B6
Text Example
Text Example
White with #81A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0B6; }
p { color: rgb(129,160,182); }
H1.HeaderClassName
{
color: #81A0B6;
}
.AnyTagClassName
{
color: #81A0B6;
}
</style>
background-color css
<style>
a { background-color: #81A0B6; }
a { background-color: rgb(129,160,182); }
div.DivClassName
{
background-color: #81A0B6;
}
.BgClassName
{
background-color: #81A0B6;
}
</style>
border-color css
<style>
span { border-color: #81A0B6; }
span { border-color: rgb(129,160,182); }
td.TdClassName
{
border-color: #81A0B6;
}
.TagClassName
{
border-color: #81A0B6;
}
</style>