#BFBDF2

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

Shades of Lavender Blue #BFBDF2

Tints of Lavender Blue #BFBDF2

Color information

#BFBDF2 (or 0xBFBDF2) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and F2. RGB value is (191,189,242). Sum of RGB (Red+Green+Blue) = 191+189+242=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDF2 is #40420D. Grayscale: #C3C3C3. Windows color (decimal): -4211214 or 15908287. OLE color: 15908287.

HSL color Cylindrical-coordinate representation of color #BFBDF2: hue angle of 242.26º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBDF2 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191189242-
CMYK0.210.2200.05
HSL242.26º67.09%84.51%-
HSV(B)242.26º21.9%94.9%-
XYZ55.7153.8891.47-
YUV195.64154.16124.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=30.71%
G=30.39%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911892420.210.2200.05242.2667.0984.51
HexBFBDF2151605f24355
Octal277275362252605362103125
Binary101111111011110111110010101011011001011111001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDF2; }

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

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

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

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

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

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

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

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