Html Css Color HEX #A4BCB1 Periglacial Blue

📋 copy color: '#A4BCB1'

red 164 ◦ green 188 ◦ blue 177

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

Shades of Periglacial Blue #A4BCB1

Tints of Periglacial Blue #A4BCB1

RGB

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

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

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

R = 31%
G = 35.54%
B = 33.46%

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

#A4BCB1 (or 0xA4BCB1) is known color: Periglacial Blue. HEX triplet: A4, BC and B1. RGB value is (164,188,177). Sum of RGB (Red+Green+Blue) = 164+188+177=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCB1 is #5B434E. Grayscale: #B3B3B3. Windows color (decimal): -5981007 or 11648164. OLE color: 11648164.

HSL color Cylindrical-coordinate representation of color #A4BCB1: hue angle of 152.5º degrees, saturation: 0.15, 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 #A4BCB1 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 177 -
CMYK 0.13 0 0.06 0.26
HSL 152.5º 0.15% 0.69% -
HSV(B) 152.5º 0.13% 0.74% -
XYZ 41.23 47.03 48.5 -
YUV 179.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 164 188 177 0.13 0 0.06 0.26 152.5 0.15 0.69
Hex A4 BC B1 D 0 6 1A 98 F 45
Octal 244 274 261 15 0 6 32 230 17 105
Binary 10100100 10111100 10110001 1101 0 110 11010 10011000 1111 1000101

Color Harmonies of #A4BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCB1

Black with #A4BCB1

Text Example


Text Example

White with #A4BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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