#A8BFEB

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

Shades of Perano #A8BFEB

Tints of Perano #A8BFEB

Color information

#A8BFEB (or 0xA8BFEB) is unknown color: approx Perano. HEX triplet: A8, BF and EB. RGB value is (168,191,235). Sum of RGB (Red+Green+Blue) = 168+191+235=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFEB is #574014. Grayscale: #BCBCBC. Windows color (decimal): -5718037 or 15450024. OLE color: 15450024.

HSL color Cylindrical-coordinate representation of color #A8BFEB: hue angle of 219.4º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BFEB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168191235-
CMYK0.290.1900.08
HSL219.4º62.62%79.02%-
HSV(B)219.4º28.51%92.16%-
XYZ49.7751.5885.93-
YUV189.14153.88112.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=28.28%
G=32.15%
B=39.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681912350.290.1900.08219.462.6279.02
HexA8BFEB1D1308db3f4f
Octal250277353352301033377117
Binary101010001011111111101011111011001101000110110111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFEB; }

 p { color: rgb(168,191,235); }

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

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

 a { background-color: rgb(168,191,235); }

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

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

 span { border-color: rgb(168,191,235); }

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