Html Css Color HEX #A3BDB2 Periglacial Blue

📋 copy color: '#A3BDB2'

red 163 ◦ green 189 ◦ blue 178

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

Shades of Periglacial Blue #A3BDB2

Tints of Periglacial Blue #A3BDB2

RGB

 RED value IS 163 (64.06% from 255) = 30.75%

 GREEN value IS 189 (74.22% from 255) = 35.66%

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

R = 30.75%
G = 35.66%
B = 33.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A3BDB2 (or 0xA3BDB2) is known color: Periglacial Blue. HEX triplet: A3, BD and B2. RGB value is (163,189,178). Sum of RGB (Red+Green+Blue) = 163+189+178=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDB2 is #5C424D. Grayscale: #B3B3B3. Windows color (decimal): -6046286 or 11713955. OLE color: 11713955.

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

Color convert

RGB 163 189 178 -
CMYK 0.14 0 0.06 0.26
HSL 154.62º 0.16% 0.69% -
HSV(B) 154.62º 0.14% 0.74% -
XYZ 41.34 47.4 49.09 -
YUV 179.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 163 189 178 0.14 0 0.06 0.26 154.62 0.16 0.69
Hex A3 BD B2 E 0 6 1A 9B 10 45
Octal 243 275 262 16 0 6 32 233 20 105
Binary 10100011 10111101 10110010 1110 0 110 11010 10011011 10000 1000101

Color Harmonies of #A3BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDB2

Black with #A3BDB2

Text Example


Text Example

White with #A3BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDB2; }

 p { color: rgb(163,189,178); }

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

background-color css

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

 a { background-color: rgb(163,189,178); }

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

border-color css

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

 span { border-color: rgb(163,189,178); }

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