#B4BCFA

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

Shades of Perano #B4BCFA

Tints of Perano #B4BCFA

Color information

#B4BCFA (or 0xB4BCFA) is unknown color: approx Perano. HEX triplet: B4, BC and FA. RGB value is (180,188,250). Sum of RGB (Red+Green+Blue) = 180+188+250=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCFA is #4B4305. Grayscale: #C0C0C0. Windows color (decimal): -4932358 or 16432308. OLE color: 16432308.

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

Color convert

RGB180188250-
CMYK0.280.2500.02
HSL233.14º87.5%84.31%-
HSV(B)233.14º28%98.04%-
XYZ54.0652.5797.74-
YUV192.68160.35118.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=29.13%
G=30.42%
B=40.45%

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
Decimal1801882500.280.2500.02233.1487.584.31
HexB4BCFA1C1902e95854
Octal264274372343102351130124
Binary10110100101111001111101011100110010101110100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCFA; }

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

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

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

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

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

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

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

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