Html Css Color HEX #AEBDC0 Casper

📋 copy color: '#AEBDC0'

red 174 ◦ green 189 ◦ blue 192

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

Shades of Casper #AEBDC0

Tints of Casper #AEBDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 31.35%
G = 34.05%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEBDC0 (or 0xAEBDC0) is known color: Casper. HEX triplet: AE, BD and C0. RGB value is (174,189,192). Sum of RGB (Red+Green+Blue) = 174+189+192=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC0 is #51423F. Grayscale: #B8B8B8. Windows color (decimal): -5325376 or 12631470. OLE color: 12631470.

HSL color Cylindrical-coordinate representation of color #AEBDC0: hue angle of 190º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBDC0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 189 192 -
CMYK 0.09 0.02 0 0.25
HSL 190º 0.13% 0.72% -
HSV(B) 190º 0.09% 0.75% -
XYZ 45.17 49.2 56.99 -
YUV 184.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 174 189 192 0.09 0.02 0 0.25 190 0.13 0.72
Hex AE BD C0 9 2 0 19 BE C 48
Octal 256 275 300 11 2 0 31 276 14 110
Binary 10101110 10111101 11000000 1001 10 0 11001 10111110 1100 1001000

Color Harmonies of #AEBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC0

Black with #AEBDC0

Text Example


Text Example

White with #AEBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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