#B4BAFA

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

Shades of Perano #B4BAFA

Tints of Perano #B4BAFA

Color information

#B4BAFA (or 0xB4BAFA) is unknown color: approx Perano. HEX triplet: B4, BA and FA. RGB value is (180,186,250). Sum of RGB (Red+Green+Blue) = 180+186+250=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BAFA is #4B4505. Grayscale: #BFBFBF. Windows color (decimal): -4932870 or 16431796. OLE color: 16431796.

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

Color convert

RGB180186250-
CMYK0.280.2600.02
HSL234.86º87.5%84.31%-
HSV(B)234.86º28%98.04%-
XYZ53.6451.7297.6-
YUV191.5161.01119.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.22%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=29.22%
G=30.19%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801862500.280.2600.02234.8687.584.31
HexB4BAFA1C1A02eb5854
Octal264272372343202353130124
Binary10110100101110101111101011100110100101110101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAFA; }

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

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

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

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

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

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

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

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