#b5b4ef

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

Shades of Perano #B5B4EF

Tints of Perano #B5B4EF

Color information

#B5B4EF (or 0xB5B4EF) is unknown color: approx Perano. HEX triplet: B5, B4 and EF. RGB value is (181,180,239). Sum of RGB (Red+Green+Blue) = 181+180+239=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4EF is #4A4B10. Grayscale: #BABABA. Windows color (decimal): -4868881 or 15709365. OLE color: 15709365.

HSL color Cylindrical-coordinate representation of color #B5B4EF: hue angle of 241.02º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5B4EF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181180239-
CMYK0.240.2500.06
HSL241.02º64.84%82.16%-
HSV(B)241.02º24.69%93.73%-
XYZ50.9648.788.38-
YUV187.02157.33123.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.17%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=30.17%
G=30%
B=39.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811802390.240.2500.06241.0264.8482.16
HexB5B4EF181906f14152
Octal265264357303106361101122
Binary101101011011010011101111110001100101101111000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b4ef; }

 p { color: rgb(181,180,239); }

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

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

 a { background-color: rgb(181,180,239); }

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

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

 span { border-color: rgb(181,180,239); }

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