#A8BEEE

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

Shades of Perano #A8BEEE

Tints of Perano #A8BEEE

Color information

#A8BEEE (or 0xA8BEEE) is unknown color: approx Perano. HEX triplet: A8, BE and EE. RGB value is (168,190,238). Sum of RGB (Red+Green+Blue) = 168+190+238=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8BEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEEE is #574111. Grayscale: #BCBCBC. Windows color (decimal): -5718290 or 15646376. OLE color: 15646376.

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

Color convert

RGB168190238-
CMYK0.290.2000.07
HSL221.14º67.31%79.61%-
HSV(B)221.14º29.41%93.33%-
XYZ49.9951.3288.16-
YUV188.89155.71113.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.19%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=28.19%
G=31.88%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681902380.290.2000.07221.1467.3179.61
HexA8BEEE1D1407dd4350
Octal250276356352407335103120
Binary101010001011111011101110111011010001111101110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEEE; }

 p { color: rgb(168,190,238); }

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

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

 a { background-color: rgb(168,190,238); }

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

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

 span { border-color: rgb(168,190,238); }

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