#ACBBED

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

Shades of Perano #ACBBED

Tints of Perano #ACBBED

Color information

#ACBBED (or 0xACBBED) is unknown color: approx Perano. HEX triplet: AC, BB and ED. RGB value is (172,187,237). Sum of RGB (Red+Green+Blue) = 172+187+237=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBED is #534412. Grayscale: #BCBCBC. Windows color (decimal): -5456915 or 15580076. OLE color: 15580076.

HSL color Cylindrical-coordinate representation of color #ACBBED: hue angle of 226.15º 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 #ACBBED is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172187237-
CMYK0.270.2100.07
HSL226.15º64.36%80.2%-
HSV(B)226.15º27.43%92.94%-
XYZ50.0750.4387.21-
YUV188.22155.53116.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=28.86%
G=31.38%
B=39.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721872370.270.2100.07226.1564.3680.2
HexACBBED1B1507e24050
Octal254273355332507342100120
Binary101011001011101111101101110111010101111110001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBED; }

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

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

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

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

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

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

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

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