#BFBFF1

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

Shades of Lavender Blue #BFBFF1

Tints of Lavender Blue #BFBFF1

Color information

#BFBFF1 (or 0xBFBFF1) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and F1. RGB value is (191,191,241). Sum of RGB (Red+Green+Blue) = 191+191+241=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF1 is #40400E. Grayscale: #C4C4C4. Windows color (decimal): -4210703 or 15843263. OLE color: 15843263.

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

Color convert

RGB191191241-
CMYK0.210.2100.05
HSL240º64.1%84.71%-
HSV(B)240º20.75%94.51%-
XYZ55.9954.6990.82-
YUV196.7153123.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=30.66%
G=30.66%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911912410.210.2100.0524064.184.71
HexBFBFF1151505f04055
Octal277277361252505360100125
Binary101111111011111111110001101011010101011111000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFF1; }

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

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

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

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

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

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

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

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