#BFBCEA

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

Shades of Lavender Grey #BFBCEA

Tints of Lavender Grey #BFBCEA

Color information

#BFBCEA (or 0xBFBCEA) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and EA. RGB value is (191,188,234). Sum of RGB (Red+Green+Blue) = 191+188+234=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEA is #404315. Grayscale: #C1C1C1. Windows color (decimal): -4211478 or 15383743. OLE color: 15383743.

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

Color convert

RGB191188234-
CMYK0.180.2000.08
HSL243.91º52.27%82.75%-
HSV(B)243.91º19.66%91.76%-
XYZ54.3252.9885.21-
YUV194.14150.49125.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=31.16%
G=30.67%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911882340.180.2000.08243.9152.2782.75
HexBFBCEA121408f43453
Octal277274352222401036464123
Binary101111111011110011101010100101010001000111101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCEA; }

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

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

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

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

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

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

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

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