#B0A8FA

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

Shades of Perano #B0A8FA

Tints of Perano #B0A8FA

Color information

#B0A8FA (or 0xB0A8FA) is unknown color: approx Perano. HEX triplet: B0, A8 and FA. RGB value is (176,168,250). Sum of RGB (Red+Green+Blue) = 176+168+250=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8FA is #4F5705. Grayscale: #B3B3B3. Windows color (decimal): -5199622 or 16427184. OLE color: 16427184.

HSL color Cylindrical-coordinate representation of color #B0A8FA: hue angle of 245.85º degrees, saturation: 0.89, 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 #B0A8FA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176168250-
CMYK0.300.3300.02
HSL245.85º89.13%81.96%-
HSV(B)245.85º32.8%98.04%-
XYZ49.1644.1496.37-
YUV179.74167.65125.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=29.63%
G=28.28%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761682500.300.3300.02245.8589.1381.96
HexB0A8FA1E2102f65952
Octal260250372364102366131122
Binary101100001010100011111010111101000010101111011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8FA; }

 p { color: rgb(176,168,250); }

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

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

 a { background-color: rgb(176,168,250); }

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

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

 span { border-color: rgb(176,168,250); }

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