#ACBBCB

Color #ACBBCB Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ACBBCB

Tints of Spindle #ACBBCB

Color information

#ACBBCB (or 0xACBBCB) is unknown color: approx Spindle. HEX triplet: AC, BB and CB. RGB value is (172,187,203). Sum of RGB (Red+Green+Blue) = 172+187+203=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBCB is #534434. Grayscale: #B8B8B8. Windows color (decimal): -5456949 or 13351852. OLE color: 13351852.

HSL color Cylindrical-coordinate representation of color #ACBBCB: hue angle of 210.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBBCB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172187203-
CMYK0.150.0800.20
HSL210.97º22.96%73.53%-
HSV(B)210.97º15.27%79.61%-
XYZ45.5648.6263.48-
YUV184.34138.53119.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=30.60%
G=33.27%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721872030.150.0800.20210.9722.9673.53
HexACBBCBF8014d3174a
Octal254273313171002432327112
Binary1010110010111011110010111111100001010011010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBCB; }

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

 H1.HeaderClassName
 {
   color: #ACBBCB;
 }
 .AnyTagClassName
 {
   color: #ACBBCB;
 }
</style>
background-color css

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

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

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

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

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

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