#B5BDFA

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

Shades of Perano #B5BDFA

Tints of Perano #B5BDFA

Color information

#B5BDFA (or 0xB5BDFA) is unknown color: approx Perano. HEX triplet: B5, BD and FA. RGB value is (181,189,250). Sum of RGB (Red+Green+Blue) = 181+189+250=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BDFA is #4A4205. Grayscale: #C1C1C1. Windows color (decimal): -4866566 or 16432565. OLE color: 16432565.

HSL color Cylindrical-coordinate representation of color #B5BDFA: hue angle of 233.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BDFA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181189250-
CMYK0.280.2400.02
HSL233.04º87.34%84.51%-
HSV(B)233.04º27.6%98.04%-
XYZ54.5153.1297.82-
YUV193.56159.85119.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=29.19%
G=30.48%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811892500.280.2400.02233.0487.3484.51
HexB5BDFA1C1802e95755
Octal265275372343002351127125
Binary10110101101111011111101011100110000101110100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDFA; }

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

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

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

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

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

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

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

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