Html Css Color HEX #AFBECE Spindle

📋 copy color: '#AFBECE'

red 175 ◦ green 190 ◦ blue 206

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

Shades of Spindle #AFBECE

Tints of Spindle #AFBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 30.65%
G = 33.27%
B = 36.08%

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

#AFBECE (or 0xAFBECE) is known color: Spindle. HEX triplet: AF, BE and CE. RGB value is (175,190,206). Sum of RGB (Red+Green+Blue) = 175+190+206=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECE is #504131. Grayscale: #BBBBBB. Windows color (decimal): -5259570 or 13549231. OLE color: 13549231.

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

Color convert

RGB 175 190 206 -
CMYK 0.15 0.08 0 0.19
HSL 210.97º 0.24% 0.75% -
HSV(B) 210.97º 0.15% 0.81% -
XYZ 47.23 50.4 65.63 -
YUV 187.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 175 190 206 0.15 0.08 0 0.19 210.97 0.24 0.75
Hex AF BE CE F 8 0 13 D3 18 4B
Octal 257 276 316 17 10 0 23 323 30 113
Binary 10101111 10111110 11001110 1111 1000 0 10011 11010011 11000 1001011

Color Harmonies of #AFBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBECE

Black with #AFBECE

Text Example


Text Example

White with #AFBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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