#A8BFFB

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

Shades of Perano #A8BFFB

Tints of Perano #A8BFFB

Color information

#A8BFFB (or 0xA8BFFB) is unknown color: approx Perano. HEX triplet: A8, BF and FB. RGB value is (168,191,251). Sum of RGB (Red+Green+Blue) = 168+191+251=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFFB is #574004. Grayscale: #BEBEBE. Windows color (decimal): -5718021 or 16498600. OLE color: 16498600.

HSL color Cylindrical-coordinate representation of color #A8BFFB: hue angle of 223.37º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BFFB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168191251-
CMYK0.330.2400.02
HSL223.37º91.21%82.16%-
HSV(B)223.37º33.07%98.43%-
XYZ52.1952.5598.66-
YUV190.96161.88111.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.54%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=27.54%
G=31.31%
B=41.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681912510.330.2400.02223.3791.2182.16
HexA8BFFB211802df5b52
Octal250277373413002337133122
Binary101010001011111111111011100001110000101101111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFFB; }

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

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

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

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

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

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

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

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