#BFBDF1

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

Shades of Lavender Blue #BFBDF1

Tints of Lavender Blue #BFBDF1

Color information

#BFBDF1 (or 0xBFBDF1) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and F1. RGB value is (191,189,241). Sum of RGB (Red+Green+Blue) = 191+189+241=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDF1 is #40420E. Grayscale: #C3C3C3. Windows color (decimal): -4211215 or 15842751. OLE color: 15842751.

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

Color convert

RGB191189241-
CMYK0.210.2200.05
HSL242.31º65%84.31%-
HSV(B)242.31º21.58%94.51%-
XYZ55.5653.8290.68-
YUV195.53153.66124.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=30.76%
G=30.43%
B=38.81%

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
Decimal1911892410.210.2200.05242.316584.31
HexBFBDF1151605f24154
Octal277275361252605362101124
Binary101111111011110111110001101011011001011111001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDF1; }

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

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

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

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

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

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

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

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