Html Css Color HEX #A4BBB1 Periglacial Blue

📋 copy color: '#A4BBB1'

red 164 ◦ green 187 ◦ blue 177

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

Shades of Periglacial Blue #A4BBB1

Tints of Periglacial Blue #A4BBB1

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

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

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

R = 31.06%
G = 35.42%
B = 33.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A4BBB1 (or 0xA4BBB1) is known color: Periglacial Blue. HEX triplet: A4, BB and B1. RGB value is (164,187,177). Sum of RGB (Red+Green+Blue) = 164+187+177=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBB1 is #5B444E. Grayscale: #B3B3B3. Windows color (decimal): -5981263 or 11647908. OLE color: 11647908.

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

Color convert

RGB 164 187 177 -
CMYK 0.12 0 0.05 0.27
HSL 153.91º 0.14% 0.69% -
HSV(B) 153.91º 0.12% 0.73% -
XYZ 41.02 46.61 48.43 -
YUV 178.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 164 187 177 0.12 0 0.05 0.27 153.91 0.14 0.69
Hex A4 BB B1 C 0 5 1B 9A E 45
Octal 244 273 261 14 0 5 33 232 16 105
Binary 10100100 10111011 10110001 1100 0 101 11011 10011010 1110 1000101

Color Harmonies of #A4BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBB1

Black with #A4BBB1

Text Example


Text Example

White with #A4BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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