#B5BCFA

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

Shades of Perano #B5BCFA

Tints of Perano #B5BCFA

Color information

#B5BCFA (or 0xB5BCFA) is unknown color: approx Perano. HEX triplet: B5, BC and FA. RGB value is (181,188,250). Sum of RGB (Red+Green+Blue) = 181+188+250=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFA is #4A4305. Grayscale: #C0C0C0. Windows color (decimal): -4866822 or 16432309. OLE color: 16432309.

HSL color Cylindrical-coordinate representation of color #B5BCFA: hue angle of 233.91º 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 #B5BCFA is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181188250-
CMYK0.280.2500.02
HSL233.91º87.34%84.51%-
HSV(B)233.91º27.6%98.04%-
XYZ54.2952.6997.75-
YUV192.98160.18119.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.24%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=29.24%
G=30.37%
B=40.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811882500.280.2500.02233.9187.3484.51
HexB5BCFA1C1902ea5755
Octal265274372343102352127125
Binary10110101101111001111101011100110010101110101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCFA; }

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

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

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

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

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

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

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

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