#BFBDFA

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

Shades of Lavender Blue #BFBDFA

Tints of Lavender Blue #BFBDFA

Color information

#BFBDFA (or 0xBFBDFA) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and FA. RGB value is (191,189,250). Sum of RGB (Red+Green+Blue) = 191+189+250=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDFA is #404205. Grayscale: #C4C4C4. Windows color (decimal): -4211206 or 16432575. OLE color: 16432575.

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

Color convert

RGB191189250-
CMYK0.240.2400.02
HSL241.97º85.92%86.08%-
HSV(B)241.97º24.4%98.04%-
XYZ56.9454.3797.94-
YUV196.55158.16124.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=30.32%
G=30%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911892500.240.2400.02241.9785.9286.08
HexBFBDFA181802f25656
Octal277275372303002362126126
Binary10111111101111011111101011000110000101111001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDFA; }

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

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

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

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

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

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

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

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