#BFB3FB

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

Shades of Lavender Blue #BFB3FB

Tints of Lavender Blue #BFB3FB

Color information

#BFB3FB (or 0xBFB3FB) is unknown color: approx Lavender Blue. HEX triplet: BF, B3 and FB. RGB value is (191,179,251). Sum of RGB (Red+Green+Blue) = 191+179+251=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3FB is #404C04. Grayscale: #BEBEBE. Windows color (decimal): -4213765 or 16495551. OLE color: 16495551.

HSL color Cylindrical-coordinate representation of color #BFB3FB: hue angle of 250º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB3FB is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191179251-
CMYK0.240.2900.02
HSL250º90%84.31%-
HSV(B)250º28.69%98.43%-
XYZ55.0250.2898.07-
YUV190.8161.98128.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=30.76%
G=28.82%
B=40.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911792510.240.2900.022509084.31
HexBFB3FB181D02fa5a54
Octal277263373303502372132124
Binary10111111101100111111101111000111010101111101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3FB; }

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

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

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

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

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

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

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

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