Html Css Color HEX #AEBABD Casper

📋 copy color: '#AEBABD'

red 174 ◦ green 186 ◦ blue 189

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

Shades of Casper #AEBABD

Tints of Casper #AEBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.88%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 31.69%
G = 33.88%
B = 34.43%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBABD (or 0xAEBABD) is known color: Casper. HEX triplet: AE, BA and BD. RGB value is (174,186,189). Sum of RGB (Red+Green+Blue) = 174+186+189=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABD is #514542. Grayscale: #B6B6B6. Windows color (decimal): -5326147 or 12434094. OLE color: 12434094.

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

Color convert

RGB 174 186 189 -
CMYK 0.08 0.02 0 0.26
HSL 192º 0.1% 0.71% -
HSV(B) 192º 0.08% 0.74% -
XYZ 44.2 47.79 55.04 -
YUV 182.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 174 186 189 0.08 0.02 0 0.26 192 0.1 0.71
Hex AE BA BD 8 2 0 1A C0 A 47
Octal 256 272 275 10 2 0 32 300 12 107
Binary 10101110 10111010 10111101 1000 10 0 11010 11000000 1010 1000111

Color Harmonies of #AEBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBABD

Black with #AEBABD

Text Example


Text Example

White with #AEBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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