#BFBCE9

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

Shades of Lavender Grey #BFBCE9

Tints of Lavender Grey #BFBCE9

Color information

#BFBCE9 (or 0xBFBCE9) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and E9. RGB value is (191,188,233). Sum of RGB (Red+Green+Blue) = 191+188+233=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCE9 is #404316. Grayscale: #C1C1C1. Windows color (decimal): -4211479 or 15318207. OLE color: 15318207.

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

Color convert

RGB191188233-
CMYK0.180.1900.09
HSL244º50.56%82.55%-
HSV(B)244º19.31%91.37%-
XYZ54.1852.9384.45-
YUV194.03149.99125.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=31.21%
G=30.72%
B=38.07%

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
Decimal1911882330.180.1900.0924450.5682.55
HexBFBCE9121309f43353
Octal277274351222301136463123
Binary101111111011110011101001100101001101001111101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCE9; }

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

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

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

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

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

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

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

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