#A8BFF7

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

Shades of Perano #A8BFF7

Tints of Perano #A8BFF7

Color information

#A8BFF7 (or 0xA8BFF7) is unknown color: approx Perano. HEX triplet: A8, BF and F7. RGB value is (168,191,247). Sum of RGB (Red+Green+Blue) = 168+191+247=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #A8BFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFF7 is #574008. Grayscale: #BEBEBE. Windows color (decimal): -5718025 or 16236456. OLE color: 16236456.

HSL color Cylindrical-coordinate representation of color #A8BFF7: hue angle of 222.53º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8BFF7 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168191247-
CMYK0.320.2300.03
HSL222.53º83.16%81.37%-
HSV(B)222.53º31.98%96.86%-
XYZ51.5752.395.37-
YUV190.51159.88111.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.72%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 247 (96.88% from 255) = 40.76%
R=27.72%
G=31.52%
B=40.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1681912470.320.2300.03222.5383.1681.37
HexA8BFF7201703df5351
Octal250277367402703337123121
Binary101010001011111111110111100000101110111101111110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFF7; }

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

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

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

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

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

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

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

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