Shades of Glacier #81B2BC
Tints of Glacier #81B2BC
RGB
CMYK
RGB Variations
Color information
#81B2BC (or 0x81B2BC) is known color: Glacier. HEX triplet: 81, B2 and BC. RGB value is (129,178,188). Sum of RGB (Red+Green+Blue) = 129+178+188=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #81B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2BC is #7E4D43. Grayscale: #A4A4A4. Windows color (decimal): -8277316 or 12366465. OLE color: 12366465.
HSL color Cylindrical-coordinate representation of color #81B2BC: hue angle of 190.17º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B2BC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 178 | 188 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.26 |
| HSL | 190.17º | 0.31% | 0.62% | - |
| HSV(B) | 190.17º | 0.31% | 0.74% | - |
| XYZ | 34.05 | 40.14 | 53.53 | - |
| YUV | 164.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 188 | 0.31 | 0.05 | 0 | 0.26 | 190.17 | 0.31 | 0.62 |
| Hex | 81 | B2 | BC | 1F | 5 | 0 | 1A | BE | 1F | 3E |
| Octal | 201 | 262 | 274 | 37 | 5 | 0 | 32 | 276 | 37 | 76 |
| Binary | 10000001 | 10110010 | 10111100 | 11111 | 101 | 0 | 11010 | 10111110 | 11111 | 111110 |
Color Harmonies of #81B2BC
Complementary color
Monochromatic Colors of #81B2BC
Black with #81B2BC
Text Example
Text Example
White with #81B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B2BC; }
p { color: rgb(129,178,188); }
H1.HeaderClassName
{
color: #81B2BC;
}
.AnyTagClassName
{
color: #81B2BC;
}
</style>
background-color css
<style>
a { background-color: #81B2BC; }
a { background-color: rgb(129,178,188); }
div.DivClassName
{
background-color: #81B2BC;
}
.BgClassName
{
background-color: #81B2BC;
}
</style>
border-color css
<style>
span { border-color: #81B2BC; }
span { border-color: rgb(129,178,188); }
td.TdClassName
{
border-color: #81B2BC;
}
.TagClassName
{
border-color: #81B2BC;
}
</style>