Html Css Color HEX #AEBBBD Casper

📋 copy color: '#AEBBBD'

red 174 ◦ green 187 ◦ blue 189

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

Shades of Casper #AEBBBD

Tints of Casper #AEBBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 31.64%
G = 34%
B = 34.36%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBBBD (or 0xAEBBBD) is known color: Casper. HEX triplet: AE, BB and BD. RGB value is (174,187,189). Sum of RGB (Red+Green+Blue) = 174+187+189=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBD is #514442. Grayscale: #B7B7B7. Windows color (decimal): -5325891 or 12434350. OLE color: 12434350.

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

Color convert

RGB 174 187 189 -
CMYK 0.08 0.01 0 0.26
HSL 188º 0.1% 0.71% -
HSV(B) 188º 0.08% 0.74% -
XYZ 44.41 48.21 55.11 -
YUV 183.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 174 187 189 0.08 0.01 0 0.26 188 0.1 0.71
Hex AE BB BD 8 1 0 1A BC A 47
Octal 256 273 275 10 1 0 32 274 12 107
Binary 10101110 10111011 10111101 1000 1 0 11010 10111100 1010 1000111

Color Harmonies of #AEBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBBD

Black with #AEBBBD

Text Example


Text Example

White with #AEBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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