#BFBFEF

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

Shades of Lavender Blue #BFBFEF

Tints of Lavender Blue #BFBFEF

Color information

#BFBFEF (or 0xBFBFEF) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and EF. RGB value is (191,191,239). Sum of RGB (Red+Green+Blue) = 191+191+239=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEF is #404010. Grayscale: #C4C4C4. Windows color (decimal): -4210705 or 15712191. OLE color: 15712191.

HSL color Cylindrical-coordinate representation of color #BFBFEF: hue angle of 240º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBFEF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191191239-
CMYK0.200.2000.06
HSL240º60%84.31%-
HSV(B)240º20.08%93.73%-
XYZ55.754.5789.26-
YUV196.47152124.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=30.76%
G=30.76%
B=38.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911912390.200.2000.062406084.31
HexBFBFEF141406f03c54
Octal27727735724240636074124
Binary10111111101111111110111110100101000110111100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFEF; }

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

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

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

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

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

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

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

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