#BFBFEB

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

Shades of Lavender Grey #BFBFEB

Tints of Lavender Grey #BFBFEB

Color information

#BFBFEB (or 0xBFBFEB) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and EB. RGB value is (191,191,235). Sum of RGB (Red+Green+Blue) = 191+191+235=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEB is #404014. Grayscale: #C3C3C3. Windows color (decimal): -4210709 or 15450047. OLE color: 15450047.

HSL color Cylindrical-coordinate representation of color #BFBFEB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBFEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191191235-
CMYK0.190.1900.08
HSL240º52.38%83.53%-
HSV(B)240º18.72%92.16%-
XYZ55.1154.3486.18-
YUV196.02150124.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=30.96%
G=30.96%
B=38.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911912350.190.1900.0824052.3883.53
HexBFBFEB131308f03454
Octal277277353232301036064124
Binary101111111011111111101011100111001101000111100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFEB; }

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

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

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

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

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

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

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

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