#BFBEEA

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

Shades of Lavender Grey #BFBEEA

Tints of Lavender Grey #BFBEEA

Color information

#BFBEEA (or 0xBFBEEA) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and EA. RGB value is (191,190,234). Sum of RGB (Red+Green+Blue) = 191+190+234=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEA is #404115. Grayscale: #C3C3C3. Windows color (decimal): -4210966 or 15384255. OLE color: 15384255.

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

Color convert

RGB191190234-
CMYK0.180.1900.08
HSL241.36º51.16%83.14%-
HSV(B)241.36º18.8%91.76%-
XYZ54.7553.8485.35-
YUV195.32149.83124.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=31.06%
G=30.89%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911902340.180.1900.08241.3651.1683.14
HexBFBEEA121308f13353
Octal277276352222301036163123
Binary101111111011111011101010100101001101000111100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEEA; }

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

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

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

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

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

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

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

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