#B5B5ED

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

Shades of Perano #B5B5ED

Tints of Perano #B5B5ED

Color information

#B5B5ED (or 0xB5B5ED) is unknown color: approx Perano. HEX triplet: B5, B5 and ED. RGB value is (181,181,237). Sum of RGB (Red+Green+Blue) = 181+181+237=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B5ED is #4A4A12. Grayscale: #BBBBBB. Windows color (decimal): -4868627 or 15578549. OLE color: 15578549.

HSL color Cylindrical-coordinate representation of color #B5B5ED: hue angle of 240º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5B5ED is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181181237-
CMYK0.240.2400.07
HSL240º60.87%81.96%-
HSV(B)240º23.63%92.94%-
XYZ50.8748.9986.9-
YUV187.38156123.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.22%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=30.22%
G=30.22%
B=39.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811812370.240.2400.0724060.8781.96
HexB5B5ED181807f03d52
Octal26526535530300736075122
Binary10110101101101011110110111000110000111111100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B5ED; }

 p { color: rgb(181,181,237); }

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

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

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

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

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

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

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