Html Css Color HEX #A6BCB1 Periglacial Blue

📋 copy color: '#A6BCB1'

red 166 ◦ green 188 ◦ blue 177

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

Shades of Periglacial Blue #A6BCB1

Tints of Periglacial Blue #A6BCB1

RGB

 RED value IS 166 (65.23% from 255) = 31.26%

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

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

R = 31.26%
G = 35.4%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A6BCB1 (or 0xA6BCB1) is known color: Periglacial Blue. HEX triplet: A6, BC and B1. RGB value is (166,188,177). Sum of RGB (Red+Green+Blue) = 166+188+177=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCB1 is #59434E. Grayscale: #B4B4B4. Windows color (decimal): -5849935 or 11648166. OLE color: 11648166.

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

Color convert

RGB 166 188 177 -
CMYK 0.12 0 0.06 0.26
HSL 150º 0.14% 0.69% -
HSV(B) 150º 0.12% 0.74% -
XYZ 41.64 47.25 48.52 -
YUV 180.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 166 188 177 0.12 0 0.06 0.26 150 0.14 0.69
Hex A6 BC B1 C 0 6 1A 96 E 45
Octal 246 274 261 14 0 6 32 226 16 105
Binary 10100110 10111100 10110001 1100 0 110 11010 10010110 1110 1000101

Color Harmonies of #A6BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCB1

Black with #A6BCB1

Text Example


Text Example

White with #A6BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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