#BFBFFE

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

Shades of Lavender Blue #BFBFFE

Tints of Lavender Blue #BFBFFE

Color information

#BFBFFE (or 0xBFBFFE) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and FE. RGB value is (191,191,254). Sum of RGB (Red+Green+Blue) = 191+191+254=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFFE is #404001. Grayscale: #C5C5C5. Windows color (decimal): -4210690 or 16695231. OLE color: 16695231.

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

Color convert

RGB191191254-
CMYK0.250.2500.00
HSL240º96.92%87.25%-
HSV(B)240º24.8%99.61%-
XYZ58.0155.49101.42-
YUV198.18159.5122.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=30.03%
G=30.03%
B=39.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911912540.250.2500.0024096.9287.25
HexBFBFFE191900f06157
Octal277277376313100360141127
Binary1011111110111111111111101100111001001111000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFFE; }

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

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

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

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

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

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

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

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