#B4B7EA

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

Shades of Perano #B4B7EA

Tints of Perano #B4B7EA

Color information

#B4B7EA (or 0xB4B7EA) is unknown color: approx Perano. HEX triplet: B4, B7 and EA. RGB value is (180,183,234). Sum of RGB (Red+Green+Blue) = 180+183+234=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B7EA is #4B4815. Grayscale: #BBBBBB. Windows color (decimal): -4933654 or 15382452. OLE color: 15382452.

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

Color convert

RGB180183234-
CMYK0.230.2200.08
HSL236.67º56.25%81.18%-
HSV(B)236.67º23.08%91.76%-
XYZ50.6149.5184.73-
YUV187.92154.01122.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.15%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=30.15%
G=30.65%
B=39.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801832340.230.2200.08236.6756.2581.18
HexB4B7EA171608ed3851
Octal264267352272601035570121
Binary101101001011011111101010101111011001000111011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7EA; }

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

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

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

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

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

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

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

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