Html Css Color HEX #AFACBB Spun Pearl

📋 copy color: '#AFACBB'

red 175 ◦ green 172 ◦ blue 187

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

Shades of Spun Pearl #AFACBB

Tints of Spun Pearl #AFACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 32.77%
G = 32.21%
B = 35.02%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFACBB (or 0xAFACBB) is known color: Spun Pearl. HEX triplet: AF, AC and BB. RGB value is (175,172,187). Sum of RGB (Red+Green+Blue) = 175+172+187=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBB is #505344. Grayscale: #AEAEAE. Windows color (decimal): -5264197 or 12299439. OLE color: 12299439.

HSL color Cylindrical-coordinate representation of color #AFACBB: hue angle of 252º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFACBB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 172 187 -
CMYK 0.06 0.08 0 0.27
HSL 252º 0.1% 0.7% -
HSV(B) 252º 0.08% 0.73% -
XYZ 41.4 42.21 52.98 -
YUV 174.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 175 172 187 0.06 0.08 0 0.27 252 0.1 0.7
Hex AF AC BB 6 8 0 1B FC A 46
Octal 257 254 273 6 10 0 33 374 12 106
Binary 10101111 10101100 10111011 110 1000 0 11011 11111100 1010 1000110

Color Harmonies of #AFACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACBB

Black with #AFACBB

Text Example


Text Example

White with #AFACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACBB; }

 p { color: rgb(175,172,187); }

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

background-color css

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

 a { background-color: rgb(175,172,187); }

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

border-color css

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

 span { border-color: rgb(175,172,187); }

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