#B3BEFD

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

Shades of Perano #B3BEFD

Tints of Perano #B3BEFD

Color information

#B3BEFD (or 0xB3BEFD) is unknown color: approx Perano. HEX triplet: B3, BE and FD. RGB value is (179,190,253). Sum of RGB (Red+Green+Blue) = 179+190+253=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEFD is #4C4102. Grayscale: #C1C1C1. Windows color (decimal): -4997379 or 16629427. OLE color: 16629427.

HSL color Cylindrical-coordinate representation of color #B3BEFD: hue angle of 231.08º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BEFD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179190253-
CMYK0.290.2500.01
HSL231.08º94.87%84.71%-
HSV(B)231.08º29.25%99.22%-
XYZ54.7353.5100.37-
YUV193.89161.36117.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.78%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=28.78%
G=30.55%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791902530.290.2500.01231.0894.8784.71
HexB3BEFD1D1901e75f55
Octal263276375353101347137125
Binary1011001110111110111111011110111001011110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEFD; }

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

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

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

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

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

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

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

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