Html Css Color HEX #ACBBCE Spindle

📋 copy color: '#ACBBCE'

red 172 ◦ green 187 ◦ blue 206

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

Shades of Spindle #ACBBCE

Tints of Spindle #ACBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 30.44%
G = 33.1%
B = 36.46%

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

#ACBBCE (or 0xACBBCE) is known color: Spindle. HEX triplet: AC, BB and CE. RGB value is (172,187,206). Sum of RGB (Red+Green+Blue) = 172+187+206=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBCE is #534431. Grayscale: #B8B8B8. Windows color (decimal): -5456946 or 13548460. OLE color: 13548460.

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

Color convert

RGB 172 187 206 -
CMYK 0.17 0.09 0 0.19
HSL 213.53º 0.26% 0.74% -
HSV(B) 213.53º 0.17% 0.81% -
XYZ 45.92 48.77 65.39 -
YUV 184.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 172 187 206 0.17 0.09 0 0.19 213.53 0.26 0.74
Hex AC BB CE 11 9 0 13 D6 1A 4A
Octal 254 273 316 21 11 0 23 326 32 112
Binary 10101100 10111011 11001110 10001 1001 0 10011 11010110 11010 1001010

Color Harmonies of #ACBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBCE

Black with #ACBBCE

Text Example


Text Example

White with #ACBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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