Html Css Color HEX #A8BBB1 Periglacial Blue

📋 copy color: '#A8BBB1'

red 168 ◦ green 187 ◦ blue 177

#A8BBB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #A8BBB1

Tints of Periglacial Blue #A8BBB1

RGB

 RED value IS 168 (66.02% from 255) = 31.58%

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 31.58%
G = 35.15%
B = 33.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A8BBB1 (or 0xA8BBB1) is known color: Periglacial Blue. HEX triplet: A8, BB and B1. RGB value is (168,187,177). Sum of RGB (Red+Green+Blue) = 168+187+177=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBB1 is #57444E. Grayscale: #B4B4B4. Windows color (decimal): -5719119 or 11647912. OLE color: 11647912.

HSL color Cylindrical-coordinate representation of color #A8BBB1: hue angle of 148.42º 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 #A8BBB1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 177 -
CMYK 0.10 0 0.05 0.27
HSL 148.42º 0.12% 0.7% -
HSV(B) 148.42º 0.1% 0.73% -
XYZ 41.85 47.04 48.47 -
YUV 180.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 168 187 177 0.10 0 0.05 0.27 148.42 0.12 0.7
Hex A8 BB B1 A 0 5 1B 94 C 46
Octal 250 273 261 12 0 5 33 224 14 106
Binary 10101000 10111011 10110001 1010 0 101 11011 10010100 1100 1000110

Color Harmonies of #A8BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBB1

Black with #A8BBB1

Text Example


Text Example

White with #A8BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBB1; }

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

 H1.HeaderClassName
 {
   color: #A8BBB1;
 }
 .AnyTagClassName
 {
   color: #A8BBB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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