#BFBDEE

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

Shades of Lavender Grey #BFBDEE

Tints of Lavender Grey #BFBDEE

Color information

#BFBDEE (or 0xBFBDEE) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and EE. RGB value is (191,189,238). Sum of RGB (Red+Green+Blue) = 191+189+238=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEE is #404211. Grayscale: #C2C2C2. Windows color (decimal): -4211218 or 15646143. OLE color: 15646143.

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

Color convert

RGB191189238-
CMYK0.200.2100.07
HSL242.45º59.04%83.73%-
HSV(B)242.45º20.59%93.33%-
XYZ55.1253.6488.34-
YUV195.18152.16125.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=30.91%
G=30.58%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911892380.200.2100.07242.4559.0483.73
HexBFBDEE141507f23b54
Octal27727535624250736273124
Binary10111111101111011110111010100101010111111100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDEE; }

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

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

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

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

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

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

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

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