Html Css Color HEX #AEBABC Casper

📋 copy color: '#AEBABC'

red 174 ◦ green 186 ◦ blue 188

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

Shades of Casper #AEBABC

Tints of Casper #AEBABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 31.75%
G = 33.94%
B = 34.31%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBABC (or 0xAEBABC) is known color: Casper. HEX triplet: AE, BA and BC. RGB value is (174,186,188). Sum of RGB (Red+Green+Blue) = 174+186+188=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABC is #514543. Grayscale: #B6B6B6. Windows color (decimal): -5326148 or 12368558. OLE color: 12368558.

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

Color convert

RGB 174 186 188 -
CMYK 0.07 0.01 0 0.26
HSL 188.57º 0.09% 0.71% -
HSV(B) 188.57º 0.07% 0.74% -
XYZ 44.09 47.75 54.47 -
YUV 182.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 174 186 188 0.07 0.01 0 0.26 188.57 0.09 0.71
Hex AE BA BC 7 1 0 1A BD 9 47
Octal 256 272 274 7 1 0 32 275 11 107
Binary 10101110 10111010 10111100 111 1 0 11010 10111101 1001 1000111

Color Harmonies of #AEBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBABC

Black with #AEBABC

Text Example


Text Example

White with #AEBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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