#A8BEED

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

Shades of Perano #A8BEED

Tints of Perano #A8BEED

Color information

#A8BEED (or 0xA8BEED) is unknown color: approx Perano. HEX triplet: A8, BE and ED. RGB value is (168,190,237). Sum of RGB (Red+Green+Blue) = 168+190+237=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEED is #574112. Grayscale: #BCBCBC. Windows color (decimal): -5718291 or 15580840. OLE color: 15580840.

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

Color convert

RGB168190237-
CMYK0.290.2000.07
HSL220.87º65.71%79.41%-
HSV(B)220.87º29.11%92.94%-
XYZ49.8551.2787.39-
YUV188.78155.21113.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=28.24%
G=31.93%
B=39.83%

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
Decimal1681902370.290.2000.07220.8765.7179.41
HexA8BEED1D1407dd424f
Octal250276355352407335102117
Binary101010001011111011101101111011010001111101110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEED; }

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

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

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

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

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

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

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

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