#B4B3EB

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

Shades of Perano #B4B3EB

Tints of Perano #B4B3EB

Color information

#B4B3EB (or 0xB4B3EB) is unknown color: approx Perano. HEX triplet: B4, B3 and EB. RGB value is (180,179,235). Sum of RGB (Red+Green+Blue) = 180+179+235=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B3EB is #4B4C14. Grayscale: #B9B9B9. Windows color (decimal): -4934677 or 15446964. OLE color: 15446964.

HSL color Cylindrical-coordinate representation of color #B4B3EB: hue angle of 241.07º degrees, saturation: 0.58, 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 #B4B3EB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180179235-
CMYK0.230.2400.08
HSL241.07º58.33%81.18%-
HSV(B)241.07º23.83%92.16%-
XYZ49.9447.9485.22-
YUV185.68155.83123.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=30.30%
G=30.13%
B=39.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801792350.230.2400.08241.0758.3381.18
HexB4B3EB171808f13a51
Octal264263353273001036172121
Binary101101001011001111101011101111100001000111100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3EB; }

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

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

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

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

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

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

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

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