#B1B5ED

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

Shades of Perano #B1B5ED

Tints of Perano #B1B5ED

Color information

#B1B5ED (or 0xB1B5ED) is unknown color: approx Perano. HEX triplet: B1, B5 and ED. RGB value is (177,181,237). Sum of RGB (Red+Green+Blue) = 177+181+237=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5ED is #4E4A12. Grayscale: #B9B9B9. Windows color (decimal): -5130771 or 15578545. OLE color: 15578545.

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

Color convert

RGB177181237-
CMYK0.250.2400.07
HSL236º62.5%81.18%-
HSV(B)236º25.32%92.94%-
XYZ49.9448.5186.85-
YUV186.19156.67121.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=29.75%
G=30.42%
B=39.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771812370.250.2400.0723662.581.18
HexB1B5ED191807ec3e51
Octal26126535531300735476121
Binary10110001101101011110110111001110000111111011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B5ED; }

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

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

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

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

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

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

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

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