Html Css Color HEX #AFBAC8 Spindle

📋 copy color: '#AFBAC8'

red 175 ◦ green 186 ◦ blue 200

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

Shades of Spindle #AFBAC8

Tints of Spindle #AFBAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 200 (78.52% from 255) = 35.65%

R = 31.19%
G = 33.16%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFBAC8 (or 0xAFBAC8) is known color: Spindle. HEX triplet: AF, BA and C8. RGB value is (175,186,200). Sum of RGB (Red+Green+Blue) = 175+186+200=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC8 is #504537. Grayscale: #B8B8B8. Windows color (decimal): -5260600 or 13154991. OLE color: 13154991.

HSL color Cylindrical-coordinate representation of color #AFBAC8: hue angle of 213.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBAC8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 186 200 -
CMYK 0.12 0.07 0 0.22
HSL 213.6º 0.19% 0.74% -
HSV(B) 213.6º 0.13% 0.78% -
XYZ 45.66 48.4 61.58 -
YUV 184.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 175 186 200 0.12 0.07 0 0.22 213.6 0.19 0.74
Hex AF BA C8 C 7 0 16 D6 13 4A
Octal 257 272 310 14 7 0 26 326 23 112
Binary 10101111 10111010 11001000 1100 111 0 10110 11010110 10011 1001010

Color Harmonies of #AFBAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAC8

Black with #AFBAC8

Text Example


Text Example

White with #AFBAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAC8; }

 p { color: rgb(175,186,200); }

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

background-color css

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

 a { background-color: rgb(175,186,200); }

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

border-color css

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

 span { border-color: rgb(175,186,200); }

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