Html Css Color HEX #A8BDB5 Periglacial Blue

📋 copy color: '#A8BDB5'

red 168 ◦ green 189 ◦ blue 181

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

Shades of Periglacial Blue #A8BDB5

Tints of Periglacial Blue #A8BDB5

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

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

 BLUE value IS 181 (71.09% from 255) = 33.64%

R = 31.23%
G = 35.13%
B = 33.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A8BDB5 (or 0xA8BDB5) is known color: Periglacial Blue. HEX triplet: A8, BD and B5. RGB value is (168,189,181). Sum of RGB (Red+Green+Blue) = 168+189+181=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDB5 is #57424A. Grayscale: #B5B5B5. Windows color (decimal): -5718603 or 11910568. OLE color: 11910568.

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

Color convert

RGB 168 189 181 -
CMYK 0.11 0 0.04 0.26
HSL 157.14º 0.14% 0.7% -
HSV(B) 157.14º 0.11% 0.74% -
XYZ 42.69 48.06 50.74 -
YUV 181.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 168 189 181 0.11 0 0.04 0.26 157.14 0.14 0.7
Hex A8 BD B5 B 0 4 1A 9D E 46
Octal 250 275 265 13 0 4 32 235 16 106
Binary 10101000 10111101 10110101 1011 0 100 11010 10011101 1110 1000110

Color Harmonies of #A8BDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDB5

Black with #A8BDB5

Text Example


Text Example

White with #A8BDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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