#B0A6FE

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

Shades of Perano #B0A6FE

Tints of Perano #B0A6FE

Color information

#B0A6FE (or 0xB0A6FE) is unknown color: approx Perano. HEX triplet: B0, A6 and FE. RGB value is (176,166,254). Sum of RGB (Red+Green+Blue) = 176+166+254=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6FE is #4F5901. Grayscale: #B2B2B2. Windows color (decimal): -5200130 or 16688816. OLE color: 16688816.

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

Color convert

RGB176166254-
CMYK0.310.3500.00
HSL246.82º97.78%82.35%-
HSV(B)246.82º34.65%99.61%-
XYZ49.4343.6699.59-
YUV179.02170.31125.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=29.53%
G=27.85%
B=42.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761662540.310.3500.00246.8297.7882.35
HexB0A6FE1F2300f76252
Octal260246376374300367142122
Binary10110000101001101111111011111100011001111011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6FE; }

 p { color: rgb(176,166,254); }

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

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

 a { background-color: rgb(176,166,254); }

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

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

 span { border-color: rgb(176,166,254); }

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