#ACBBEB

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

Shades of Perano #ACBBEB

Tints of Perano #ACBBEB

Color information

#ACBBEB (or 0xACBBEB) is unknown color: approx Perano. HEX triplet: AC, BB and EB. RGB value is (172,187,235). Sum of RGB (Red+Green+Blue) = 172+187+235=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACBBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBEB is #534414. Grayscale: #BBBBBB. Windows color (decimal): -5456917 or 15449004. OLE color: 15449004.

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

Color convert

RGB172187235-
CMYK0.270.2000.08
HSL225.71º61.17%79.8%-
HSV(B)225.71º26.81%92.16%-
XYZ49.7850.3185.68-
YUV187.99154.53116.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=28.96%
G=31.48%
B=39.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721872350.270.2000.08225.7161.1779.8
HexACBBEB1B1408e23d50
Octal254273353332401034275120
Binary101011001011101111101011110111010001000111000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBEB; }

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

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

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

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

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

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

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

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