#B4B5EB

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

Shades of Perano #B4B5EB

Tints of Perano #B4B5EB

Color information

#B4B5EB (or 0xB4B5EB) is unknown color: approx Perano. HEX triplet: B4, B5 and EB. RGB value is (180,181,235). Sum of RGB (Red+Green+Blue) = 180+181+235=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B5EB is #4B4A14. Grayscale: #BABABA. Windows color (decimal): -4934165 or 15447476. OLE color: 15447476.

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

Color convert

RGB180181235-
CMYK0.230.2300.08
HSL238.91º57.89%81.37%-
HSV(B)238.91º23.4%92.16%-
XYZ50.3448.7585.35-
YUV186.86155.17123.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=30.20%
G=30.37%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801812350.230.2300.08238.9157.8981.37
HexB4B5EB171708ef3a51
Octal264265353272701035772121
Binary101101001011010111101011101111011101000111011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5EB; }

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

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

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

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

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

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

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

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