#A4BDB4

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

Shades of Periglacial Blue #A4BDB4

Tints of Periglacial Blue #A4BDB4

Color information

#A4BDB4 (or 0xA4BDB4) is unknown color: approx Periglacial Blue. HEX triplet: A4, BD and B4. RGB value is (164,189,180). Sum of RGB (Red+Green+Blue) = 164+189+180=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDB4 is #5B424B. Grayscale: #B4B4B4. Windows color (decimal): -5980748 or 11845028. OLE color: 11845028.

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

Color convert

RGB164189180-
CMYK0.1300.050.26
HSL158.4º15.92%69.22%-
HSV(B)158.4º13.23%74.12%-
XYZ41.7547.5850.16-
YUV180.5127.72116.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=30.77%
G=35.46%
B=33.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891800.1300.050.26158.415.9269.22
HexA4BDB4D051A9e1045
Octal24427526415053223620105
Binary101001001011110110110100110101011101010011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDB4; }

 p { color: rgb(164,189,180); }

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

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

 a { background-color: rgb(164,189,180); }

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

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

 span { border-color: rgb(164,189,180); }

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