#B3B5E3

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

Shades of Perano #B3B5E3

Tints of Perano #B3B5E3

Color information

#B3B5E3 (or 0xB3B5E3) is unknown color: approx Perano. HEX triplet: B3, B5 and E3. RGB value is (179,181,227). Sum of RGB (Red+Green+Blue) = 179+181+227=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #B3B5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B5E3 is #4C4A1C. Grayscale: #B9B9B9. Windows color (decimal): -4999709 or 14923187. OLE color: 14923187.

HSL color Cylindrical-coordinate representation of color #B3B5E3: hue angle of 237.5º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B5E3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179181227-
CMYK0.210.2000.11
HSL237.5º46.15%79.61%-
HSV(B)237.5º21.15%89.02%-
XYZ48.9848.1879.39-
YUV185.65151.34123.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=30.49%
G=30.83%
B=38.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791812270.210.2000.11237.546.1579.61
HexB3B5E315140Bee2e50
Octal263265343252401335656120
Binary101100111011010111100011101011010001011111011101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5E3; }

 p { color: rgb(179,181,227); }

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

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

 a { background-color: rgb(179,181,227); }

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

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

 span { border-color: rgb(179,181,227); }

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