Shades of Glacier #84BFC2
Tints of Glacier #84BFC2
RGB
CMYK
RGB Variations
Color information
#84BFC2 (or 0x84BFC2) is known color: Glacier. HEX triplet: 84, BF and C2. RGB value is (132,191,194). Sum of RGB (Red+Green+Blue) = 132+191+194=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #84BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC2 is #7B403D. Grayscale: #ADADAD. Windows color (decimal): -8077374 or 12763012. OLE color: 12763012.
HSL color Cylindrical-coordinate representation of color #84BFC2: hue angle of 182.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BFC2 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 191 | 194 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.24 |
| HSL | 182.9º | 0.34% | 0.64% | - |
| HSV(B) | 182.9º | 0.32% | 0.76% | - |
| XYZ | 37.88 | 46.06 | 57.93 | - |
| YUV | 173.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 194 | 0.32 | 0.02 | 0 | 0.24 | 182.9 | 0.34 | 0.64 |
| Hex | 84 | BF | C2 | 20 | 2 | 0 | 18 | B7 | 22 | 40 |
| Octal | 204 | 277 | 302 | 40 | 2 | 0 | 30 | 267 | 42 | 100 |
| Binary | 10000100 | 10111111 | 11000010 | 100000 | 10 | 0 | 11000 | 10110111 | 100010 | 1000000 |
Color Harmonies of #84BFC2
Complementary color
Monochromatic Colors of #84BFC2
Black with #84BFC2
Text Example
Text Example
White with #84BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC2; }
p { color: rgb(132,191,194); }
H1.HeaderClassName
{
color: #84BFC2;
}
.AnyTagClassName
{
color: #84BFC2;
}
</style>
background-color css
<style>
a { background-color: #84BFC2; }
a { background-color: rgb(132,191,194); }
div.DivClassName
{
background-color: #84BFC2;
}
.BgClassName
{
background-color: #84BFC2;
}
</style>
border-color css
<style>
span { border-color: #84BFC2; }
span { border-color: rgb(132,191,194); }
td.TdClassName
{
border-color: #84BFC2;
}
.TagClassName
{
border-color: #84BFC2;
}
</style>