#BFBFEE

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

Shades of Lavender Grey #BFBFEE

Tints of Lavender Grey #BFBFEE

Color information

#BFBFEE (or 0xBFBFEE) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and EE. RGB value is (191,191,238). Sum of RGB (Red+Green+Blue) = 191+191+238=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEE is #404011. Grayscale: #C4C4C4. Windows color (decimal): -4210706 or 15646655. OLE color: 15646655.

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

Color convert

RGB191191238-
CMYK0.200.2000.07
HSL240º58.02%84.12%-
HSV(B)240º19.75%93.33%-
XYZ55.5554.5188.48-
YUV196.36151.5124.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=30.81%
G=30.81%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911912380.200.2000.0724058.0284.12
HexBFBFEE141407f03a54
Octal27727735624240736072124
Binary10111111101111111110111010100101000111111100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFEE; }

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

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

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

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

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

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

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

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