Html Css Color HEX #AFBDCC Spindle

📋 copy color: '#AFBDCC'

red 175 ◦ green 189 ◦ blue 204

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

Shades of Spindle #AFBDCC

Tints of Spindle #AFBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 30.81%
G = 33.27%
B = 35.92%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFBDCC (or 0xAFBDCC) is known color: Spindle. HEX triplet: AF, BD and CC. RGB value is (175,189,204). Sum of RGB (Red+Green+Blue) = 175+189+204=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCC is #504233. Grayscale: #BABABA. Windows color (decimal): -5259828 or 13417903. OLE color: 13417903.

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

Color convert

RGB 175 189 204 -
CMYK 0.14 0.07 0 0.2
HSL 211.03º 0.22% 0.74% -
HSV(B) 211.03º 0.14% 0.8% -
XYZ 46.78 49.87 64.29 -
YUV 186.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 175 189 204 0.14 0.07 0 0.2 211.03 0.22 0.74
Hex AF BD CC E 7 0 14 D3 16 4A
Octal 257 275 314 16 7 0 24 323 26 112
Binary 10101111 10111101 11001100 1110 111 0 10100 11010011 10110 1001010

Color Harmonies of #AFBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDCC

Black with #AFBDCC

Text Example


Text Example

White with #AFBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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