#BFBDEA

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

Shades of Lavender Grey #BFBDEA

Tints of Lavender Grey #BFBDEA

Color information

#BFBDEA (or 0xBFBDEA) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and EA. RGB value is (191,189,234). Sum of RGB (Red+Green+Blue) = 191+189+234=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEA is #404215. Grayscale: #C2C2C2. Windows color (decimal): -4211222 or 15383999. OLE color: 15383999.

HSL color Cylindrical-coordinate representation of color #BFBDEA: hue angle of 242.67º degrees, saturation: 0.52, 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 #BFBDEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191189234-
CMYK0.180.1900.08
HSL242.67º51.72%82.94%-
HSV(B)242.67º19.23%91.76%-
XYZ54.5353.4185.28-
YUV194.73150.16125.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=31.11%
G=30.78%
B=38.11%

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
Decimal1911892340.180.1900.08242.6751.7282.94
HexBFBDEA121308f33453
Octal277275352222301036364123
Binary101111111011110111101010100101001101000111100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDEA; }

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

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

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

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

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

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

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

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