Html Css Color HEX #A3BBB1 Periglacial Blue

📋 copy color: '#A3BBB1'

red 163 ◦ green 187 ◦ blue 177

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

Shades of Periglacial Blue #A3BBB1

Tints of Periglacial Blue #A3BBB1

RGB

 RED value IS 163 (64.06% from 255) = 30.93%

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

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

R = 30.93%
G = 35.48%
B = 33.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A3BBB1 (or 0xA3BBB1) is known color: Periglacial Blue. HEX triplet: A3, BB and B1. RGB value is (163,187,177). Sum of RGB (Red+Green+Blue) = 163+187+177=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBB1 is #5C444E. Grayscale: #B2B2B2. Windows color (decimal): -6046799 or 11647907. OLE color: 11647907.

HSL color Cylindrical-coordinate representation of color #A3BBB1: hue angle of 155º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 177 -
CMYK 0.13 0 0.05 0.27
HSL 155º 0.15% 0.69% -
HSV(B) 155º 0.13% 0.73% -
XYZ 40.81 46.5 48.42 -
YUV 178.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 163 187 177 0.13 0 0.05 0.27 155 0.15 0.69
Hex A3 BB B1 D 0 5 1B 9B F 45
Octal 243 273 261 15 0 5 33 233 17 105
Binary 10100011 10111011 10110001 1101 0 101 11011 10011011 1111 1000101

Color Harmonies of #A3BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBB1

Black with #A3BBB1

Text Example


Text Example

White with #A3BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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