#BFBEEC

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

Shades of Lavender Grey #BFBEEC

Tints of Lavender Grey #BFBEEC

Color information

#BFBEEC (or 0xBFBEEC) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and EC. RGB value is (191,190,236). Sum of RGB (Red+Green+Blue) = 191+190+236=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEC is #404113. Grayscale: #C3C3C3. Windows color (decimal): -4210964 or 15515327. OLE color: 15515327.

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

Color convert

RGB191190236-
CMYK0.190.1900.07
HSL241.3º54.76%83.53%-
HSV(B)241.3º19.49%92.55%-
XYZ55.0453.9686.87-
YUV195.54150.83124.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=30.96%
G=30.79%
B=38.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911902360.190.1900.07241.354.7683.53
HexBFBEEC131307f13754
Octal27727635423230736167124
Binary10111111101111101110110010011100110111111100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEEC; }

 p { color: rgb(191,190,236); }

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

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

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

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

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

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

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