#B5BDDB

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

Shades of Perano #B5BDDB

Tints of Perano #B5BDDB

Color information

#B5BDDB (or 0xB5BDDB) is unknown color: approx Perano. HEX triplet: B5, BD and DB. RGB value is (181,189,219). Sum of RGB (Red+Green+Blue) = 181+189+219=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDDB is #4A4224. Grayscale: #BDBDBD. Windows color (decimal): -4866597 or 14400949. OLE color: 14400949.

HSL color Cylindrical-coordinate representation of color #B5BDDB: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BDDB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181189219-
CMYK0.170.1400.14
HSL227.37º34.55%78.43%-
HSV(B)227.37º17.35%85.88%-
XYZ50.0451.3374.29-
YUV190.03144.35121.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=30.73%
G=32.09%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811892190.170.1400.14227.3734.5578.43
HexB5BDDB11E0Ee3234e
Octal265275333211601634343116
Binary10110101101111011101101110001111001110111000111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDDB; }

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

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

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

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

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

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

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

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