#BFBDE7

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

Shades of Lavender Grey #BFBDE7

Tints of Lavender Grey #BFBDE7

Color information

#BFBDE7 (or 0xBFBDE7) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and E7. RGB value is (191,189,231). Sum of RGB (Red+Green+Blue) = 191+189+231=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDE7 is #404218. Grayscale: #C2C2C2. Windows color (decimal): -4211225 or 15187391. OLE color: 15187391.

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

Color convert

RGB191189231-
CMYK0.170.1800.09
HSL242.86º46.67%82.35%-
HSV(B)242.86º18.18%90.59%-
XYZ54.1153.2483.03-
YUV194.39148.66125.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=31.26%
G=30.93%
B=37.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911892310.170.1800.09242.8646.6782.35
HexBFBDE7111209f32f52
Octal277275347212201136357122
Binary101111111011110111100111100011001001001111100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDE7; }

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

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

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

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

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

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

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

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