Shades of Periglacial Blue #A5BBB2
Tints of Periglacial Blue #A5BBB2
RGB
CMYK
RGB Variations
Color information
#A5BBB2 (or 0xA5BBB2) is known color: Periglacial Blue. HEX triplet: A5, BB and B2. RGB value is (165,187,178). Sum of RGB (Red+Green+Blue) = 165+187+178=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBB2 is #5A444D. Grayscale: #B3B3B3. Windows color (decimal): -5915726 or 11713445. OLE color: 11713445.
HSL color Cylindrical-coordinate representation of color #A5BBB2: hue angle of 155.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBB2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 178 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.27 |
| HSL | 155.45º | 0.14% | 0.69% | - |
| HSV(B) | 155.45º | 0.12% | 0.73% | - |
| XYZ | 41.32 | 46.75 | 48.97 | - |
| YUV | 179.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 178 | 0.12 | 0 | 0.05 | 0.27 | 155.45 | 0.14 | 0.69 |
| Hex | A5 | BB | B2 | C | 0 | 5 | 1B | 9B | E | 45 |
| Octal | 245 | 273 | 262 | 14 | 0 | 5 | 33 | 233 | 16 | 105 |
| Binary | 10100101 | 10111011 | 10110010 | 1100 | 0 | 101 | 11011 | 10011011 | 1110 | 1000101 |
Color Harmonies of #A5BBB2
Complementary color
Monochromatic Colors of #A5BBB2
Black with #A5BBB2
Text Example
Text Example
White with #A5BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBB2; }
p { color: rgb(165,187,178); }
H1.HeaderClassName
{
color: #A5BBB2;
}
.AnyTagClassName
{
color: #A5BBB2;
}
</style>
background-color css
<style>
a { background-color: #A5BBB2; }
a { background-color: rgb(165,187,178); }
div.DivClassName
{
background-color: #A5BBB2;
}
.BgClassName
{
background-color: #A5BBB2;
}
</style>
border-color css
<style>
span { border-color: #A5BBB2; }
span { border-color: rgb(165,187,178); }
td.TdClassName
{
border-color: #A5BBB2;
}
.TagClassName
{
border-color: #A5BBB2;
}
</style>