Html Css Color HEX #ACBFD2 Spindle

📋 copy color: '#ACBFD2'

red 172 ◦ green 191 ◦ blue 210

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

Shades of Spindle #ACBFD2

Tints of Spindle #ACBFD2

RGB

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

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 210 (82.42% from 255) = 36.65%

R = 30.02%
G = 33.33%
B = 36.65%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACBFD2 (or 0xACBFD2) is known color: Spindle. HEX triplet: AC, BF and D2. RGB value is (172,191,210). Sum of RGB (Red+Green+Blue) = 172+191+210=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACBFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFD2 is #53402D. Grayscale: #BBBBBB. Windows color (decimal): -5455918 or 13811628. OLE color: 13811628.

HSL color Cylindrical-coordinate representation of color #ACBFD2: hue angle of 210º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBFD2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 191 210 -
CMYK 0.18 0.09 0 0.18
HSL 210º 0.3% 0.75% -
HSV(B) 210º 0.18% 0.82% -
XYZ 47.28 50.69 68.26 -
YUV 187.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 172 191 210 0.18 0.09 0 0.18 210 0.3 0.75
Hex AC BF D2 12 9 0 12 D2 1E 4B
Octal 254 277 322 22 11 0 22 322 36 113
Binary 10101100 10111111 11010010 10010 1001 0 10010 11010010 11110 1001011

Color Harmonies of #ACBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFD2

Black with #ACBFD2

Text Example


Text Example

White with #ACBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFD2; }

 p { color: rgb(172,191,210); }

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

background-color css

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

 a { background-color: rgb(172,191,210); }

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

border-color css

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

 span { border-color: rgb(172,191,210); }

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