Html Css Color HEX #A3BCB1 Periglacial Blue

📋 copy color: '#A3BCB1'

red 163 ◦ green 188 ◦ blue 177

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

Shades of Periglacial Blue #A3BCB1

Tints of Periglacial Blue #A3BCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 30.87%
G = 35.61%
B = 33.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A3BCB1 (or 0xA3BCB1) is known color: Periglacial Blue. HEX triplet: A3, BC and B1. RGB value is (163,188,177). Sum of RGB (Red+Green+Blue) = 163+188+177=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCB1 is #5C434E. Grayscale: #B3B3B3. Windows color (decimal): -6046543 or 11648163. OLE color: 11648163.

HSL color Cylindrical-coordinate representation of color #A3BCB1: hue angle of 153.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCB1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 177 -
CMYK 0.13 0 0.06 0.26
HSL 153.6º 0.16% 0.69% -
HSV(B) 153.6º 0.13% 0.74% -
XYZ 41.02 46.93 48.49 -
YUV 179.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 163 188 177 0.13 0 0.06 0.26 153.6 0.16 0.69
Hex A3 BC B1 D 0 6 1A 9A 10 45
Octal 243 274 261 15 0 6 32 232 20 105
Binary 10100011 10111100 10110001 1101 0 110 11010 10011010 10000 1000101

Color Harmonies of #A3BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB1

Black with #A3BCB1

Text Example


Text Example

White with #A3BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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