#B0A2FC

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

Shades of Perano #B0A2FC

Tints of Perano #B0A2FC

Color information

#B0A2FC (or 0xB0A2FC) is unknown color: approx Perano. HEX triplet: B0, A2 and FC. RGB value is (176,162,252). Sum of RGB (Red+Green+Blue) = 176+162+252=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0A2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2FC is #4F5D03. Grayscale: #B0B0B0. Windows color (decimal): -5201156 or 16556720. OLE color: 16556720.

HSL color Cylindrical-coordinate representation of color #B0A2FC: hue angle of 249.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0A2FC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176162252-
CMYK0.300.3600.01
HSL249.33º93.75%81.18%-
HSV(B)249.33º35.71%98.82%-
XYZ48.442.197.67-
YUV176.45170.64127.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=29.83%
G=27.46%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761622520.300.3600.01249.3393.7581.18
HexB0A2FC1E2401f95e51
Octal260242374364401371136121
Binary10110000101000101111110011110100100011111100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A2FC; }

 p { color: rgb(176,162,252); }

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

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

 a { background-color: rgb(176,162,252); }

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

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

 span { border-color: rgb(176,162,252); }

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