Html Css Color HEX #ACBCCF Spindle

📋 copy color: '#ACBCCF'

red 172 ◦ green 188 ◦ blue 207

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

Shades of Spindle #ACBCCF

Tints of Spindle #ACBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

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

R = 30.34%
G = 33.16%
B = 36.51%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACBCCF (or 0xACBCCF) is known color: Spindle. HEX triplet: AC, BC and CF. RGB value is (172,188,207). Sum of RGB (Red+Green+Blue) = 172+188+207=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCF is #534330. Grayscale: #B9B9B9. Windows color (decimal): -5456689 or 13614252. OLE color: 13614252.

HSL color Cylindrical-coordinate representation of color #ACBCCF: hue angle of 212.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBCCF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 188 207 -
CMYK 0.17 0.09 0 0.19
HSL 212.57º 0.27% 0.74% -
HSV(B) 212.57º 0.17% 0.81% -
XYZ 46.26 49.24 66.1 -
YUV 185.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 172 188 207 0.17 0.09 0 0.19 212.57 0.27 0.74
Hex AC BC CF 11 9 0 13 D5 1B 4A
Octal 254 274 317 21 11 0 23 325 33 112
Binary 10101100 10111100 11001111 10001 1001 0 10011 11010101 11011 1001010

Color Harmonies of #ACBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCCF

Black with #ACBCCF

Text Example


Text Example

White with #ACBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCCF; }

 p { color: rgb(172,188,207); }

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

background-color css

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

 a { background-color: rgb(172,188,207); }

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

border-color css

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

 span { border-color: rgb(172,188,207); }

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