#B3B1EB

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

Shades of Perano #B3B1EB

Tints of Perano #B3B1EB

Color information

#B3B1EB (or 0xB3B1EB) is unknown color: approx Perano. HEX triplet: B3, B1 and EB. RGB value is (179,177,235). Sum of RGB (Red+Green+Blue) = 179+177+235=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B1EB is #4C4E14. Grayscale: #B7B7B7. Windows color (decimal): -5000725 or 15446451. OLE color: 15446451.

HSL color Cylindrical-coordinate representation of color #B3B1EB: hue angle of 242.07º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3B1EB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179177235-
CMYK0.240.2500.08
HSL242.07º59.18%80.78%-
HSV(B)242.07º24.68%92.16%-
XYZ49.3147.0385.08-
YUV184.21156.66124.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=30.29%
G=29.95%
B=39.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791772350.240.2500.08242.0759.1880.78
HexB3B1EB181908f23b51
Octal263261353303101036273121
Binary101100111011000111101011110001100101000111100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1EB; }

 p { color: rgb(179,177,235); }

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

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

 a { background-color: rgb(179,177,235); }

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

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

 span { border-color: rgb(179,177,235); }

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