Html Css Color HEX #AEB8BA Casper

📋 copy color: '#AEB8BA'

red 174 ◦ green 184 ◦ blue 186

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

Shades of Casper #AEB8BA

Tints of Casper #AEB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 31.99%
G = 33.82%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEB8BA (or 0xAEB8BA) is known color: Casper. HEX triplet: AE, B8 and BA. RGB value is (174,184,186). Sum of RGB (Red+Green+Blue) = 174+184+186=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8BA is #514745. Grayscale: #B5B5B5. Windows color (decimal): -5326662 or 12236974. OLE color: 12236974.

HSL color Cylindrical-coordinate representation of color #AEB8BA: hue angle of 190º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEB8BA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 184 186 -
CMYK 0.06 0.01 0 0.27
HSL 190º 0.08% 0.71% -
HSV(B) 190º 0.06% 0.73% -
XYZ 43.46 46.82 53.2 -
YUV 181.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 174 184 186 0.06 0.01 0 0.27 190 0.08 0.71
Hex AE B8 BA 6 1 0 1B BE 8 47
Octal 256 270 272 6 1 0 33 276 10 107
Binary 10101110 10111000 10111010 110 1 0 11011 10111110 1000 1000111

Color Harmonies of #AEB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8BA

Black with #AEB8BA

Text Example


Text Example

White with #AEB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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