Html Css Color HEX #A2BCB2 Periglacial Blue

📋 copy color: '#A2BCB2'

red 162 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A2BCB2

Tints of Periglacial Blue #A2BCB2

RGB

 RED value IS 162 (63.67% from 255) = 30.68%

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 30.68%
G = 35.61%
B = 33.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#A2BCB2 (or 0xA2BCB2) is known color: Periglacial Blue. HEX triplet: A2, BC and B2. RGB value is (162,188,178). Sum of RGB (Red+Green+Blue) = 162+188+178=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCB2 is #5D434D. Grayscale: #B3B3B3. Windows color (decimal): -6112078 or 11713698. OLE color: 11713698.

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

Color convert

RGB 162 188 178 -
CMYK 0.14 0 0.05 0.26
HSL 156.92º 0.16% 0.69% -
HSV(B) 156.92º 0.14% 0.74% -
XYZ 40.92 46.86 49.01 -
YUV 179.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 162 188 178 0.14 0 0.05 0.26 156.92 0.16 0.69
Hex A2 BC B2 E 0 5 1A 9D 10 45
Octal 242 274 262 16 0 5 32 235 20 105
Binary 10100010 10111100 10110010 1110 0 101 11010 10011101 10000 1000101

Color Harmonies of #A2BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCB2

Black with #A2BCB2

Text Example


Text Example

White with #A2BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCB2; }

 p { color: rgb(162,188,178); }

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

background-color css

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

 a { background-color: rgb(162,188,178); }

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

border-color css

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

 span { border-color: rgb(162,188,178); }

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