#BFBDFB

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

Shades of Lavender Blue #BFBDFB

Tints of Lavender Blue #BFBDFB

Color information

#BFBDFB (or 0xBFBDFB) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and FB. RGB value is (191,189,251). Sum of RGB (Red+Green+Blue) = 191+189+251=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDFB is #404204. Grayscale: #C4C4C4. Windows color (decimal): -4211205 or 16498111. OLE color: 16498111.

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

Color convert

RGB191189251-
CMYK0.240.2500.02
HSL241.94º88.57%86.27%-
HSV(B)241.94º24.7%98.43%-
XYZ57.154.4498.76-
YUV196.67158.66123.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=30.27%
G=29.95%
B=39.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911892510.240.2500.02241.9488.5786.27
HexBFBDFB181902f25956
Octal277275373303102362131126
Binary10111111101111011111101111000110010101111001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDFB; }

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

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

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

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

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

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

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

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