#BFBCF7

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

Shades of Lavender Blue #BFBCF7

Tints of Lavender Blue #BFBCF7

Color information

#BFBCF7 (or 0xBFBCF7) is unknown color: approx Lavender Blue. HEX triplet: BF, BC and F7. RGB value is (191,188,247). Sum of RGB (Red+Green+Blue) = 191+188+247=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFBCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCF7 is #404308. Grayscale: #C3C3C3. Windows color (decimal): -4211465 or 16235711. OLE color: 16235711.

HSL color Cylindrical-coordinate representation of color #BFBCF7: hue angle of 243.05º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFBCF7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191188247-
CMYK0.230.2400.03
HSL243.05º78.67%85.29%-
HSV(B)243.05º23.89%96.86%-
XYZ56.2653.7695.41-
YUV195.62156.99124.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=30.51%
G=30.03%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911882470.230.2400.03243.0578.6785.29
HexBFBCF7171803f34f55
Octal277274367273003363117125
Binary10111111101111001111011110111110000111111001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCF7; }

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

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

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

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

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

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

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

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