#A4BBEB

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

Shades of Perano #A4BBEB

Tints of Perano #A4BBEB

Color information

#A4BBEB (or 0xA4BBEB) is unknown color: approx Perano. HEX triplet: A4, BB and EB. RGB value is (164,187,235). Sum of RGB (Red+Green+Blue) = 164+187+235=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBEB is #5B4414. Grayscale: #B9B9B9. Windows color (decimal): -5981205 or 15448996. OLE color: 15448996.

HSL color Cylindrical-coordinate representation of color #A4BBEB: hue angle of 220.56º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4BBEB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164187235-
CMYK0.300.2000.08
HSL220.56º63.96%78.24%-
HSV(B)220.56º30.21%92.16%-
XYZ48.0849.4385.6-
YUV185.6155.88112.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=27.99%
G=31.91%
B=40.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641872350.300.2000.08220.5663.9678.24
HexA4BBEB1E1408dd404e
Octal2442733533624010335100116
Binary1010010010111011111010111111010100010001101110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBEB; }

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

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

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

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

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

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

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

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