#B5BDDE

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

Shades of Perano #B5BDDE

Tints of Perano #B5BDDE

Color information

#B5BDDE (or 0xB5BDDE) is unknown color: approx Perano. HEX triplet: B5, BD and DE. RGB value is (181,189,222). Sum of RGB (Red+Green+Blue) = 181+189+222=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDDE is #4A4221. Grayscale: #BEBEBE. Windows color (decimal): -4866594 or 14597557. OLE color: 14597557.

HSL color Cylindrical-coordinate representation of color #B5BDDE: hue angle of 228.29º degrees, saturation: 0.38, 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 #B5BDDE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181189222-
CMYK0.180.1500.13
HSL228.29º38.32%79.02%-
HSV(B)228.29º18.47%87.06%-
XYZ50.4451.4976.39-
YUV190.37145.85121.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=30.57%
G=31.93%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811892220.180.1500.13228.2938.3279.02
HexB5BDDE12F0De4264f
Octal265275336221701534446117
Binary10110101101111011101111010010111101101111001001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDDE; }

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

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

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

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

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

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

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

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