Html Css Color HEX #ACBECF Spindle

📋 copy color: '#ACBECF'

red 172 ◦ green 190 ◦ blue 207

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

Shades of Spindle #ACBECF

Tints of Spindle #ACBECF

RGB

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

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

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

R = 30.23%
G = 33.39%
B = 36.38%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACBECF (or 0xACBECF) is known color: Spindle. HEX triplet: AC, BE and CF. RGB value is (172,190,207). Sum of RGB (Red+Green+Blue) = 172+190+207=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBECF is #534130. Grayscale: #BABABA. Windows color (decimal): -5456177 or 13614764. OLE color: 13614764.

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

Color convert

RGB 172 190 207 -
CMYK 0.17 0.08 0 0.19
HSL 209.14º 0.27% 0.74% -
HSV(B) 209.14º 0.17% 0.81% -
XYZ 46.69 50.1 66.24 -
YUV 186.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 172 190 207 0.17 0.08 0 0.19 209.14 0.27 0.74
Hex AC BE CF 11 8 0 13 D1 1B 4A
Octal 254 276 317 21 10 0 23 321 33 112
Binary 10101100 10111110 11001111 10001 1000 0 10011 11010001 11011 1001010

Color Harmonies of #ACBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBECF

Black with #ACBECF

Text Example


Text Example

White with #ACBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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