#B5B9EB

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

Shades of Perano #B5B9EB

Tints of Perano #B5B9EB

Color information

#B5B9EB (or 0xB5B9EB) is unknown color: approx Perano. HEX triplet: B5, B9 and EB. RGB value is (181,185,235). Sum of RGB (Red+Green+Blue) = 181+185+235=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B9EB is #4A4614. Grayscale: #BDBDBD. Windows color (decimal): -4867605 or 15448501. OLE color: 15448501.

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

Color convert

RGB181185235-
CMYK0.230.2100.08
HSL235.56º57.45%81.57%-
HSV(B)235.56º22.98%92.16%-
XYZ51.450.5285.64-
YUV189.5153.67121.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=30.12%
G=30.78%
B=39.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811852350.230.2100.08235.5657.4581.57
HexB5B9EB171508ec3952
Octal265271353272501035471122
Binary101101011011100111101011101111010101000111011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B9EB; }

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

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

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

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

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

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

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

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