#B0A8FF

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

Shades of Perano #B0A8FF

Tints of Perano #B0A8FF

Color information

#B0A8FF (or 0xB0A8FF) is unknown color: approx Perano. HEX triplet: B0, A8 and FF. RGB value is (176,168,255). Sum of RGB (Red+Green+Blue) = 176+168+255=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8FF is #4F5700. Grayscale: #B3B3B3. Windows color (decimal): -5199617 or 16754864. OLE color: 16754864.

HSL color Cylindrical-coordinate representation of color #B0A8FF: hue angle of 245.52º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A8FF is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176168255-
CMYK0.310.3400
HSL245.52º100%82.94%-
HSV(B)245.52º34.12%100%-
XYZ49.9644.46100.56-
YUV180.31170.15124.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 255 (100% from 255) = 42.57%
R=29.38%
G=28.05%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761682550.310.3400245.5210082.94
HexB0A8FF1F2200f66453
Octal260250377374200366144123
Binary10110000101010001111111111111100010001111011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8FF; }

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

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

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

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

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

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

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

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