Html Css Color HEX #AEB7BA Casper

📋 copy color: '#AEB7BA'

red 174 ◦ green 183 ◦ blue 186

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

Shades of Casper #AEB7BA

Tints of Casper #AEB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

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

R = 32.04%
G = 33.7%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEB7BA (or 0xAEB7BA) is known color: Casper. HEX triplet: AE, B7 and BA. RGB value is (174,183,186). Sum of RGB (Red+Green+Blue) = 174+183+186=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7BA is #514845. Grayscale: #B4B4B4. Windows color (decimal): -5326918 or 12236718. OLE color: 12236718.

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

Color convert

RGB 174 183 186 -
CMYK 0.06 0.02 0 0.27
HSL 195º 0.08% 0.71% -
HSV(B) 195º 0.06% 0.73% -
XYZ 43.25 46.41 53.13 -
YUV 180.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 174 183 186 0.06 0.02 0 0.27 195 0.08 0.71
Hex AE B7 BA 6 2 0 1B C3 8 47
Octal 256 267 272 6 2 0 33 303 10 107
Binary 10101110 10110111 10111010 110 10 0 11011 11000011 1000 1000111

Color Harmonies of #AEB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7BA

Black with #AEB7BA

Text Example


Text Example

White with #AEB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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