#A8BBB2

Color #A8BBB2 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #A8BBB2

Tints of Periglacial Blue #A8BBB2

Color information

#A8BBB2 (or 0xA8BBB2) is unknown color: approx Periglacial Blue. HEX triplet: A8, BB and B2. RGB value is (168,187,178). Sum of RGB (Red+Green+Blue) = 168+187+178=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBB2 is #57444D. Grayscale: #B4B4B4. Windows color (decimal): -5719118 or 11713448. OLE color: 11713448.

HSL color Cylindrical-coordinate representation of color #A8BBB2: hue angle of 151.58º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB168187178-
CMYK0.1000.050.27
HSL151.58º12.26%69.61%-
HSV(B)151.58º10.16%73.33%-
XYZ41.9547.0849-
YUV180.29126.71119.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=31.52%
G=35.08%
B=33.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871780.1000.050.27151.5812.2669.61
HexA8BBB2A051B98c46
Octal25027326212053323014106
Binary10101000101110111011001010100101110111001100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBB2; }

 p { color: rgb(168,187,178); }

 H1.HeaderClassName
 {
   color: #A8BBB2;
 }
 .AnyTagClassName
 {
   color: #A8BBB2;
 }
</style>
background-color css

<style>
 a { background-color: #A8BBB2; }

 a { background-color: rgb(168,187,178); }

 div.DivClassName
 {
   background-color: #A8BBB2;
 }
 .BgClassName
 {
   background-color: #A8BBB2;
 }
</style>
border-color css

<style>
 span { border-color: #A8BBB2; }

 span { border-color: rgb(168,187,178); }

 td.TdClassName
 {
   border-color: #A8BBB2;
 }
 .TagClassName
 {
   border-color: #A8BBB2;
 }
</style>