Html Css Color HEX #AFAEBC Spun Pearl

📋 copy color: '#AFAEBC'

red 175 ◦ green 174 ◦ blue 188

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

Shades of Spun Pearl #AFAEBC

Tints of Spun Pearl #AFAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 32.59%
G = 32.4%
B = 35.01%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFAEBC (or 0xAFAEBC) is known color: Spun Pearl. HEX triplet: AF, AE and BC. RGB value is (175,174,188). Sum of RGB (Red+Green+Blue) = 175+174+188=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBC is #505143. Grayscale: #AFAFAF. Windows color (decimal): -5263684 or 12365487. OLE color: 12365487.

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

Color convert

RGB 175 174 188 -
CMYK 0.07 0.07 0 0.26
HSL 244.29º 0.09% 0.71% -
HSV(B) 244.29º 0.07% 0.74% -
XYZ 41.89 43.02 53.67 -
YUV 175.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 175 174 188 0.07 0.07 0 0.26 244.29 0.09 0.71
Hex AF AE BC 7 7 0 1A F4 9 47
Octal 257 256 274 7 7 0 32 364 11 107
Binary 10101111 10101110 10111100 111 111 0 11010 11110100 1001 1000111

Color Harmonies of #AFAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEBC

Black with #AFAEBC

Text Example


Text Example

White with #AFAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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