#BFB3FD

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

Shades of Lavender Blue #BFB3FD

Tints of Lavender Blue #BFB3FD

Color information

#BFB3FD (or 0xBFB3FD) is unknown color: approx Lavender Blue. HEX triplet: BF, B3 and FD. RGB value is (191,179,253). Sum of RGB (Red+Green+Blue) = 191+179+253=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3FD is #404C02. Grayscale: #BEBEBE. Windows color (decimal): -4213763 or 16626623. OLE color: 16626623.

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

Color convert

RGB191179253-
CMYK0.250.2900.01
HSL249.73º94.87%84.71%-
HSV(B)249.73º29.25%99.22%-
XYZ55.3450.4199.74-
YUV191.02162.98127.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=30.66%
G=28.73%
B=40.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911792530.250.2900.01249.7394.8784.71
HexBFB3FD191D01fa5f55
Octal277263375313501372137125
Binary1011111110110011111111011100111101011111101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3FD; }

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

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

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

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

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

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

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

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