Html Css Color HEX #ACBECD Spindle

📋 copy color: '#ACBECD'

red 172 ◦ green 190 ◦ blue 205

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

Shades of Spindle #ACBECD

Tints of Spindle #ACBECD

RGB

 RED value IS 172 (67.58% from 255) = 30.34%

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 30.34%
G = 33.51%
B = 36.16%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACBECD (or 0xACBECD) is known color: Spindle. HEX triplet: AC, BE and CD. RGB value is (172,190,205). Sum of RGB (Red+Green+Blue) = 172+190+205=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBECD is #534132. Grayscale: #BABABA. Windows color (decimal): -5456179 or 13483692. OLE color: 13483692.

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

Color convert

RGB 172 190 205 -
CMYK 0.16 0.07 0 0.20
HSL 207.27º 0.25% 0.74% -
HSV(B) 207.27º 0.16% 0.8% -
XYZ 46.45 50.01 64.96 -
YUV 186.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 172 190 205 0.16 0.07 0 0.20 207.27 0.25 0.74
Hex AC BE CD 10 7 0 14 CF 19 4A
Octal 254 276 315 20 7 0 24 317 31 112
Binary 10101100 10111110 11001101 10000 111 0 10100 11001111 11001 1001010

Color Harmonies of #ACBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBECD

Black with #ACBECD

Text Example


Text Example

White with #ACBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBECD; }

 p { color: rgb(172,190,205); }

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

background-color css

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

 a { background-color: rgb(172,190,205); }

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

border-color css

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

 span { border-color: rgb(172,190,205); }

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