#ACBFED

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

Shades of Perano #ACBFED

Tints of Perano #ACBFED

Color information

#ACBFED (or 0xACBFED) is unknown color: approx Perano. HEX triplet: AC, BF and ED. RGB value is (172,191,237). Sum of RGB (Red+Green+Blue) = 172+191+237=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFED is #534012. Grayscale: #BEBEBE. Windows color (decimal): -5455891 or 15581100. OLE color: 15581100.

HSL color Cylindrical-coordinate representation of color #ACBFED: hue angle of 222.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBFED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172191237-
CMYK0.270.1900.07
HSL222.46º64.36%80.2%-
HSV(B)222.46º27.43%92.94%-
XYZ50.9352.1587.5-
YUV190.56154.21114.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=28.67%
G=31.83%
B=39.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721912370.270.1900.07222.4664.3680.2
HexACBFED1B1307de4050
Octal254277355332307336100120
Binary101011001011111111101101110111001101111101111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFED; }

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

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

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

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

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

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

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

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