Html Css Color HEX #AFBDCE Spindle

📋 copy color: '#AFBDCE'

red 175 ◦ green 189 ◦ blue 206

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

Shades of Spindle #AFBDCE

Tints of Spindle #AFBDCE

RGB

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

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

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

R = 30.7%
G = 33.16%
B = 36.14%

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

#AFBDCE (or 0xAFBDCE) is known color: Spindle. HEX triplet: AF, BD and CE. RGB value is (175,189,206). Sum of RGB (Red+Green+Blue) = 175+189+206=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCE is #504231. Grayscale: #BABABA. Windows color (decimal): -5259826 or 13548975. OLE color: 13548975.

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

Color convert

RGB 175 189 206 -
CMYK 0.15 0.08 0 0.19
HSL 212.9º 0.24% 0.75% -
HSV(B) 212.9º 0.15% 0.81% -
XYZ 47.02 49.97 65.56 -
YUV 186.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 175 189 206 0.15 0.08 0 0.19 212.9 0.24 0.75
Hex AF BD CE F 8 0 13 D5 18 4B
Octal 257 275 316 17 10 0 23 325 30 113
Binary 10101111 10111101 11001110 1111 1000 0 10011 11010101 11000 1001011

Color Harmonies of #AFBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDCE

Black with #AFBDCE

Text Example


Text Example

White with #AFBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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