#B3BBFE

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

Shades of Perano #B3BBFE

Tints of Perano #B3BBFE

Color information

#B3BBFE (or 0xB3BBFE) is unknown color: approx Perano. HEX triplet: B3, BB and FE. RGB value is (179,187,254). Sum of RGB (Red+Green+Blue) = 179+187+254=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBFE is #4C4401. Grayscale: #BFBFBF. Windows color (decimal): -4998146 or 16694195. OLE color: 16694195.

HSL color Cylindrical-coordinate representation of color #B3BBFE: hue angle of 233.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3BBFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179187254-
CMYK0.300.2600.00
HSL233.6º97.4%84.9%-
HSV(B)233.6º29.53%99.61%-
XYZ54.2552.28101-
YUV192.25162.85118.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=28.87%
G=30.16%
B=40.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791872540.300.2600.00233.697.484.9
HexB3BBFE1E1A00ea6155
Octal263273376363200352141125
Binary1011001110111011111111101111011010001110101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBFE; }

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

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

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

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

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

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

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

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