#BFBCF3

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

Shades of Lavender Blue #BFBCF3

Tints of Lavender Blue #BFBCF3

Color information

#BFBCF3 (or 0xBFBCF3) is unknown color: approx Lavender Blue. HEX triplet: BF, BC and F3. RGB value is (191,188,243). Sum of RGB (Red+Green+Blue) = 191+188+243=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCF3 is #40430C. Grayscale: #C2C2C2. Windows color (decimal): -4211469 or 15973567. OLE color: 15973567.

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

Color convert

RGB191188243-
CMYK0.210.2300.05
HSL243.27º69.62%84.51%-
HSV(B)243.27º22.63%95.29%-
XYZ55.6553.5192.19-
YUV195.17154.99125.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=30.71%
G=30.23%
B=39.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911882430.210.2300.05243.2769.6284.51
HexBFBCF3151705f34655
Octal277274363252705363106125
Binary101111111011110011110011101011011101011111001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCF3; }

 p { color: rgb(191,188,243); }

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

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

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

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

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

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

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