#B5BADD

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

Shades of Perano #B5BADD

Tints of Perano #B5BADD

Color information

#B5BADD (or 0xB5BADD) is unknown color: approx Perano. HEX triplet: B5, BA and DD. RGB value is (181,186,221). Sum of RGB (Red+Green+Blue) = 181+186+221=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BADD is #4A4522. Grayscale: #BCBCBC. Windows color (decimal): -4867363 or 14531253. OLE color: 14531253.

HSL color Cylindrical-coordinate representation of color #B5BADD: hue angle of 232.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BADD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181186221-
CMYK0.180.1600.13
HSL232.5º37.04%78.82%-
HSV(B)232.5º18.1%86.67%-
XYZ49.6750.1675.47-
YUV188.5146.34122.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=30.78%
G=31.63%
B=37.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811862210.180.1600.13232.537.0478.82
HexB5BADD12100De8254f
Octal265272335222001535045117
Binary101101011011101011011101100101000001101111010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BADD; }

 p { color: rgb(181,186,221); }

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

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

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

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

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

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

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