Html Css Color HEX #AFBECF Spindle

📋 copy color: '#AFBECF'

red 175 ◦ green 190 ◦ blue 207

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

Shades of Spindle #AFBECF

Tints of Spindle #AFBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.22%

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

R = 30.59%
G = 33.22%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBECF (or 0xAFBECF) is known color: Spindle. HEX triplet: AF, BE and CF. RGB value is (175,190,207). Sum of RGB (Red+Green+Blue) = 175+190+207=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECF is #504130. Grayscale: #BBBBBB. Windows color (decimal): -5259569 or 13614767. OLE color: 13614767.

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

Color convert

RGB 175 190 207 -
CMYK 0.15 0.08 0 0.19
HSL 211.88º 0.25% 0.75% -
HSV(B) 211.88º 0.15% 0.81% -
XYZ 47.36 50.45 66.27 -
YUV 187.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 175 190 207 0.15 0.08 0 0.19 211.88 0.25 0.75
Hex AF BE CF F 8 0 13 D4 19 4B
Octal 257 276 317 17 10 0 23 324 31 113
Binary 10101111 10111110 11001111 1111 1000 0 10011 11010100 11001 1001011

Color Harmonies of #AFBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBECF

Black with #AFBECF

Text Example


Text Example

White with #AFBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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