#B3BBFA

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

Shades of Perano #B3BBFA

Tints of Perano #B3BBFA

Color information

#B3BBFA (or 0xB3BBFA) is unknown color: approx Perano. HEX triplet: B3, BB and FA. RGB value is (179,187,250). Sum of RGB (Red+Green+Blue) = 179+187+250=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 187 (73.44% from 255 or 30.36% 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 #B3BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBFA is #4C4405. Grayscale: #BFBFBF. Windows color (decimal): -4998150 or 16432051. OLE color: 16432051.

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

Color convert

RGB179187250-
CMYK0.280.2500.02
HSL233.24º87.65%84.12%-
HSV(B)233.24º28.4%98.04%-
XYZ53.6252.0397.66-
YUV191.79160.85118.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=29.06%
G=30.36%
B=40.58%

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
Decimal1791872500.280.2500.02233.2487.6584.12
HexB3BBFA1C1902e95854
Octal263273372343102351130124
Binary10110011101110111111101011100110010101110100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBFA; }

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

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

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

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

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

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

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

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