#B3B7FE

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

Shades of Perano #B3B7FE

Tints of Perano #B3B7FE

Color information

#B3B7FE (or 0xB3B7FE) is unknown color: approx Perano. HEX triplet: B3, B7 and FE. RGB value is (179,183,254). Sum of RGB (Red+Green+Blue) = 179+183+254=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B7FE is #4C4801. Grayscale: #BDBDBD. Windows color (decimal): -4999170 or 16693171. OLE color: 16693171.

HSL color Cylindrical-coordinate representation of color #B3B7FE: hue angle of 236.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3B7FE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179183254-
CMYK0.300.2800.00
HSL236.8º97.4%84.9%-
HSV(B)236.8º29.53%99.61%-
XYZ53.4150.61100.72-
YUV189.9164.17120.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=29.06%
G=29.71%
B=41.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791832540.300.2800.00236.897.484.9
HexB3B7FE1E1C00ed6155
Octal263267376363400355141125
Binary1011001110110111111111101111011100001110110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7FE; }

 p { color: rgb(179,183,254); }

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

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

 a { background-color: rgb(179,183,254); }

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

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

 span { border-color: rgb(179,183,254); }

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