#B3BAFA

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

Shades of Perano #B3BAFA

Tints of Perano #B3BAFA

Color information

#B3BAFA (or 0xB3BAFA) is unknown color: approx Perano. HEX triplet: B3, BA and FA. RGB value is (179,186,250). Sum of RGB (Red+Green+Blue) = 179+186+250=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAFA is #4C4505. Grayscale: #BEBEBE. Windows color (decimal): -4998406 or 16431795. OLE color: 16431795.

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

Color convert

RGB179186250-
CMYK0.280.2600.02
HSL234.08º87.65%84.12%-
HSV(B)234.08º28.4%98.04%-
XYZ53.451.697.59-
YUV191.2161.18119.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.11%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=29.11%
G=30.24%
B=40.65%

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
Decimal1791862500.280.2600.02234.0887.6584.12
HexB3BAFA1C1A02ea5854
Octal263272372343202352130124
Binary10110011101110101111101011100110100101110101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAFA; }

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

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

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

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

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

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

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

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