#B3BFFE

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

Shades of Perano #B3BFFE

Tints of Perano #B3BFFE

Color information

#B3BFFE (or 0xB3BFFE) is unknown color: approx Perano. HEX triplet: B3, BF and FE. RGB value is (179,191,254). Sum of RGB (Red+Green+Blue) = 179+191+254=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFFE is #4C4001. Grayscale: #C2C2C2. Windows color (decimal): -4997122 or 16695219. OLE color: 16695219.

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

Color convert

RGB179191254-
CMYK0.300.2500.00
HSL230.4º97.4%84.9%-
HSV(B)230.4º29.53%99.61%-
XYZ55.1154101.28-
YUV194.59161.52116.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.69%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=28.69%
G=30.61%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791912540.300.2500.00230.497.484.9
HexB3BFFE1E1900e66155
Octal263277376363100346141125
Binary1011001110111111111111101111011001001110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFFE; }

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

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

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

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

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

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

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

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