Html Css Color HEX #AFBDCF Spindle

📋 copy color: '#AFBDCF'

red 175 ◦ green 189 ◦ blue 207

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

Shades of Spindle #AFBDCF

Tints of Spindle #AFBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 30.65%
G = 33.1%
B = 36.25%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBDCF (or 0xAFBDCF) is known color: Spindle. HEX triplet: AF, BD and CF. RGB value is (175,189,207). Sum of RGB (Red+Green+Blue) = 175+189+207=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCF is #504230. Grayscale: #BABABA. Windows color (decimal): -5259825 or 13614511. OLE color: 13614511.

HSL color Cylindrical-coordinate representation of color #AFBDCF: hue angle of 213.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBDCF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 189 207 -
CMYK 0.15 0.09 0 0.19
HSL 213.75º 0.25% 0.75% -
HSV(B) 213.75º 0.15% 0.81% -
XYZ 47.14 50.01 66.2 -
YUV 186.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 175 189 207 0.15 0.09 0 0.19 213.75 0.25 0.75
Hex AF BD CF F 9 0 13 D6 19 4B
Octal 257 275 317 17 11 0 23 326 31 113
Binary 10101111 10111101 11001111 1111 1001 0 10011 11010110 11001 1001011

Color Harmonies of #AFBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDCF

Black with #AFBDCF

Text Example


Text Example

White with #AFBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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