#B4B3EA

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

Shades of Perano #B4B3EA

Tints of Perano #B4B3EA

Color information

#B4B3EA (or 0xB4B3EA) is unknown color: approx Perano. HEX triplet: B4, B3 and EA. RGB value is (180,179,234). Sum of RGB (Red+Green+Blue) = 180+179+234=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B3EA is #4B4C15. Grayscale: #B9B9B9. Windows color (decimal): -4934678 or 15381428. OLE color: 15381428.

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

Color convert

RGB180179234-
CMYK0.230.2400.08
HSL241.09º56.7%80.98%-
HSV(B)241.09º23.5%91.76%-
XYZ49.7947.8884.46-
YUV185.57155.33124.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=30.35%
G=30.19%
B=39.46%

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
Decimal1801792340.230.2400.08241.0956.780.98
HexB4B3EA171808f13951
Octal264263352273001036171121
Binary101101001011001111101010101111100001000111100011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3EA; }

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

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

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

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

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

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

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

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