Html Css Color HEX #AEBDB8 Periglacial Blue

📋 copy color: '#AEBDB8'

red 174 ◦ green 189 ◦ blue 184

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

Shades of Periglacial Blue #AEBDB8

Tints of Periglacial Blue #AEBDB8

RGB

 RED value IS 174 (68.36% from 255) = 31.81%

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

 BLUE value IS 184 (72.27% from 255) = 33.64%

R = 31.81%
G = 34.55%
B = 33.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#AEBDB8 (or 0xAEBDB8) is known color: Periglacial Blue. HEX triplet: AE, BD and B8. RGB value is (174,189,184). Sum of RGB (Red+Green+Blue) = 174+189+184=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB8 is #514247. Grayscale: #B7B7B7. Windows color (decimal): -5325384 or 12107182. OLE color: 12107182.

HSL color Cylindrical-coordinate representation of color #AEBDB8: hue angle of 160º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 184 -
CMYK 0.08 0 0.03 0.26
HSL 160º 0.1% 0.71% -
HSV(B) 160º 0.08% 0.74% -
XYZ 44.3 48.85 52.44 -
YUV 183.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 174 189 184 0.08 0 0.03 0.26 160 0.1 0.71
Hex AE BD B8 8 0 3 1A A0 A 47
Octal 256 275 270 10 0 3 32 240 12 107
Binary 10101110 10111101 10111000 1000 0 11 11010 10100000 1010 1000111

Color Harmonies of #AEBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDB8

Black with #AEBDB8

Text Example


Text Example

White with #AEBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDB8; }

 p { color: rgb(174,189,184); }

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

background-color css

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

 a { background-color: rgb(174,189,184); }

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

border-color css

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

 span { border-color: rgb(174,189,184); }

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