Html Css Color HEX #ACBBD3 Spindle

📋 copy color: '#ACBBD3'

red 172 ◦ green 187 ◦ blue 211

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

Shades of Spindle #ACBBD3

Tints of Spindle #ACBBD3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.81%

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 30.18%
G = 32.81%
B = 37.02%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACBBD3 (or 0xACBBD3) is known color: Spindle. HEX triplet: AC, BB and D3. RGB value is (172,187,211). Sum of RGB (Red+Green+Blue) = 172+187+211=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACBBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBD3 is #53442C. Grayscale: #B9B9B9. Windows color (decimal): -5456941 or 13876140. OLE color: 13876140.

HSL color Cylindrical-coordinate representation of color #ACBBD3: hue angle of 216.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBBD3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 187 211 -
CMYK 0.18 0.11 0 0.17
HSL 216.92º 0.31% 0.75% -
HSV(B) 216.92º 0.18% 0.83% -
XYZ 46.54 49.01 68.64 -
YUV 185.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 172 187 211 0.18 0.11 0 0.17 216.92 0.31 0.75
Hex AC BB D3 12 B 0 11 D9 1F 4B
Octal 254 273 323 22 13 0 21 331 37 113
Binary 10101100 10111011 11010011 10010 1011 0 10001 11011001 11111 1001011

Color Harmonies of #ACBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBD3

Black with #ACBBD3

Text Example


Text Example

White with #ACBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBD3; }

 p { color: rgb(172,187,211); }

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

background-color css

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

 a { background-color: rgb(172,187,211); }

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

border-color css

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

 span { border-color: rgb(172,187,211); }

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