#AEBCBF

Color #AEBCBF Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #AEBCBF

Tints of Casper #AEBCBF

Color information

#AEBCBF (or 0xAEBCBF) is unknown color: approx Casper. HEX triplet: AE, BC and BF. RGB value is (174,188,191). Sum of RGB (Red+Green+Blue) = 174+188+191=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCBF is #514340. Grayscale: #B8B8B8. Windows color (decimal): -5325633 or 12565678. OLE color: 12565678.

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

Color convert

RGB174188191-
CMYK0.090.0200.25
HSL190.59º11.72%71.57%-
HSV(B)190.59º8.9%74.9%-
XYZ44.8448.7356.33-
YUV184.16131.86120.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 191 (75% from 255) = 34.54%
R=31.46%
G=34.00%
B=34.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741881910.090.0200.25190.5911.7271.57
HexAEBCBF92019bfc48
Octal25627427711203127714110
Binary1010111010111100101111111001100110011011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCBF; }

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

 H1.HeaderClassName
 {
   color: #AEBCBF;
 }
 .AnyTagClassName
 {
   color: #AEBCBF;
 }
</style>
background-color css

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

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

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

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

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

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