Html Css Color HEX #AEBABB Casper

📋 copy color: '#AEBABB'

red 174 ◦ green 186 ◦ blue 187

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

Shades of Casper #AEBABB

Tints of Casper #AEBABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 31.81%
G = 34%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEBABB (or 0xAEBABB) is known color: Casper. HEX triplet: AE, BA and BB. RGB value is (174,186,187). Sum of RGB (Red+Green+Blue) = 174+186+187=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABB is #514544. Grayscale: #B6B6B6. Windows color (decimal): -5326149 or 12303022. OLE color: 12303022.

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

Color convert

RGB 174 186 187 -
CMYK 0.07 0.01 0 0.27
HSL 184.62º 0.09% 0.71% -
HSV(B) 184.62º 0.07% 0.73% -
XYZ 43.98 47.7 53.9 -
YUV 182.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 174 186 187 0.07 0.01 0 0.27 184.62 0.09 0.71
Hex AE BA BB 7 1 0 1B B9 9 47
Octal 256 272 273 7 1 0 33 271 11 107
Binary 10101110 10111010 10111011 111 1 0 11011 10111001 1001 1000111

Color Harmonies of #AEBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBABB

Black with #AEBABB

Text Example


Text Example

White with #AEBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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