#B3B2EB

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

Shades of Perano #B3B2EB

Tints of Perano #B3B2EB

Color information

#B3B2EB (or 0xB3B2EB) is unknown color: approx Perano. HEX triplet: B3, B2 and EB. RGB value is (179,178,235). Sum of RGB (Red+Green+Blue) = 179+178+235=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B2EB is #4C4D14. Grayscale: #B8B8B8. Windows color (decimal): -5000469 or 15446707. OLE color: 15446707.

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

Color convert

RGB179178235-
CMYK0.240.2400.08
HSL241.05º58.76%80.98%-
HSV(B)241.05º24.26%92.16%-
XYZ49.5147.4285.14-
YUV184.8156.33123.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=30.24%
G=30.07%
B=39.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791782350.240.2400.08241.0558.7680.98
HexB3B2EB181808f13b51
Octal263262353303001036173121
Binary101100111011001011101011110001100001000111100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2EB; }

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

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

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

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

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

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

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

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