#A6BDB5

Color #A6BDB5 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #A6BDB5

Tints of Periglacial Blue #A6BDB5

Color information

#A6BDB5 (or 0xA6BDB5) is unknown color: approx Periglacial Blue. HEX triplet: A6, BD and B5. RGB value is (166,189,181). Sum of RGB (Red+Green+Blue) = 166+189+181=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDB5 is #59424A. Grayscale: #B5B5B5. Windows color (decimal): -5849675 or 11910566. OLE color: 11910566.

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

Color convert

RGB166189181-
CMYK0.1200.040.26
HSL159.13º14.84%69.61%-
HSV(B)159.13º12.17%74.12%-
XYZ42.2647.8450.72-
YUV181.21127.88117.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=30.97%
G=35.26%
B=33.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661891810.1200.040.26159.1314.8469.61
HexA6BDB5C041A9ff46
Octal24627526514043223717106
Binary10100110101111011011010111000100110101001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDB5; }

 p { color: rgb(166,189,181); }

 H1.HeaderClassName
 {
   color: #A6BDB5;
 }
 .AnyTagClassName
 {
   color: #A6BDB5;
 }
</style>
background-color css

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

 a { background-color: rgb(166,189,181); }

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

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

 span { border-color: rgb(166,189,181); }

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