#BFBFF7

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

Shades of Lavender Blue #BFBFF7

Tints of Lavender Blue #BFBFF7

Color information

#BFBFF7 (or 0xBFBFF7) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and F7. RGB value is (191,191,247). Sum of RGB (Red+Green+Blue) = 191+191+247=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF7 is #404008. Grayscale: #C5C5C5. Windows color (decimal): -4210697 or 16236479. OLE color: 16236479.

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

Color convert

RGB191191247-
CMYK0.230.2300.03
HSL240º77.78%85.88%-
HSV(B)240º22.67%96.86%-
XYZ56.9155.0595.62-
YUV197.38156123.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=30.37%
G=30.37%
B=39.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911912470.230.2300.0324077.7885.88
HexBFBFF7171703f04e56
Octal277277367272703360116126
Binary10111111101111111111011110111101110111111000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFF7; }

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

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

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

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

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

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

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

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