#B5BDEE

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

Shades of Perano #B5BDEE

Tints of Perano #B5BDEE

Color information

#B5BDEE (or 0xB5BDEE) is unknown color: approx Perano. HEX triplet: B5, BD and EE. RGB value is (181,189,238). Sum of RGB (Red+Green+Blue) = 181+189+238=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BDEE is #4A4211. Grayscale: #BFBFBF. Windows color (decimal): -4866578 or 15646133. OLE color: 15646133.

HSL color Cylindrical-coordinate representation of color #B5BDEE: hue angle of 231.58º degrees, saturation: 0.63, 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 #B5BDEE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181189238-
CMYK0.240.2100.07
HSL231.58º62.64%82.16%-
HSV(B)231.58º23.95%93.33%-
XYZ52.6952.3988.22-
YUV192.19153.85120.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=29.77%
G=31.09%
B=39.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811892380.240.2100.07231.5862.6482.16
HexB5BDEE181507e83f52
Octal26527535630250735077122
Binary10110101101111011110111011000101010111111010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDEE; }

 p { color: rgb(181,189,238); }

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

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

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

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

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

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

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