Html Css Color HEX #A4BBB3 Periglacial Blue

📋 copy color: '#A4BBB3'

red 164 ◦ green 187 ◦ blue 179

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

Shades of Periglacial Blue #A4BBB3

Tints of Periglacial Blue #A4BBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 30.94%
G = 35.28%
B = 33.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A4BBB3 (or 0xA4BBB3) is known color: Periglacial Blue. HEX triplet: A4, BB and B3. RGB value is (164,187,179). Sum of RGB (Red+Green+Blue) = 164+187+179=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB3 is #5B444C. Grayscale: #B3B3B3. Windows color (decimal): -5981261 or 11778980. OLE color: 11778980.

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

Color convert

RGB 164 187 179 -
CMYK 0.12 0 0.04 0.27
HSL 159.13º 0.14% 0.69% -
HSV(B) 159.13º 0.12% 0.73% -
XYZ 41.22 46.69 49.49 -
YUV 179.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 164 187 179 0.12 0 0.04 0.27 159.13 0.14 0.69
Hex A4 BB B3 C 0 4 1B 9F E 45
Octal 244 273 263 14 0 4 33 237 16 105
Binary 10100100 10111011 10110011 1100 0 100 11011 10011111 1110 1000101

Color Harmonies of #A4BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBB3

Black with #A4BBB3

Text Example


Text Example

White with #A4BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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