#BFBDE9

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

Shades of Lavender Grey #BFBDE9

Tints of Lavender Grey #BFBDE9

Color information

#BFBDE9 (or 0xBFBDE9) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and E9. RGB value is (191,189,233). Sum of RGB (Red+Green+Blue) = 191+189+233=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDE9 is #404216. Grayscale: #C2C2C2. Windows color (decimal): -4211223 or 15318463. OLE color: 15318463.

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

Color convert

RGB191189233-
CMYK0.180.1900.09
HSL242.73º50%82.75%-
HSV(B)242.73º18.88%91.37%-
XYZ54.3953.3584.52-
YUV194.61149.66125.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=31.16%
G=30.83%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911892330.180.1900.09242.735082.75
HexBFBDE9121309f33253
Octal277275351222301136362123
Binary101111111011110111101001100101001101001111100111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDE9; }

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

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

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

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

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

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

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

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