Html Css Color HEX #AFAEBD Spun Pearl

📋 copy color: '#AFAEBD'

red 175 ◦ green 174 ◦ blue 189

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

Shades of Spun Pearl #AFAEBD

Tints of Spun Pearl #AFAEBD

RGB

 RED value IS 175 (68.75% from 255) = 32.53%

 GREEN value IS 174 (68.36% from 255) = 32.34%

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

R = 32.53%
G = 32.34%
B = 35.13%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFAEBD (or 0xAFAEBD) is known color: Spun Pearl. HEX triplet: AF, AE and BD. RGB value is (175,174,189). Sum of RGB (Red+Green+Blue) = 175+174+189=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBD is #505142. Grayscale: #AFAFAF. Windows color (decimal): -5263683 or 12431023. OLE color: 12431023.

HSL color Cylindrical-coordinate representation of color #AFAEBD: hue angle of 244º 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 #AFAEBD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 174 189 -
CMYK 0.07 0.08 0 0.26
HSL 244º 0.1% 0.71% -
HSV(B) 244º 0.08% 0.74% -
XYZ 42 43.06 54.24 -
YUV 176.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 175 174 189 0.07 0.08 0 0.26 244 0.1 0.71
Hex AF AE BD 7 8 0 1A F4 A 47
Octal 257 256 275 7 10 0 32 364 12 107
Binary 10101111 10101110 10111101 111 1000 0 11010 11110100 1010 1000111

Color Harmonies of #AFAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEBD

Black with #AFAEBD

Text Example


Text Example

White with #AFAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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