#B3BEFE

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

Shades of Perano #B3BEFE

Tints of Perano #B3BEFE

Color information

#B3BEFE (or 0xB3BEFE) is unknown color: approx Perano. HEX triplet: B3, BE and FE. RGB value is (179,190,254). Sum of RGB (Red+Green+Blue) = 179+190+254=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEFE is #4C4101. Grayscale: #C1C1C1. Windows color (decimal): -4997378 or 16694963. OLE color: 16694963.

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

Color convert

RGB179190254-
CMYK0.300.2500.00
HSL231.2º97.4%84.9%-
HSV(B)231.2º29.53%99.61%-
XYZ54.8953.57101.21-
YUV194.01161.86117.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=28.73%
G=30.50%
B=40.77%

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
Decimal1791902540.300.2500.00231.297.484.9
HexB3BEFE1E1900e76155
Octal263276376363100347141125
Binary1011001110111110111111101111011001001110011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEFE; }

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

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

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

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

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

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

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

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