#BFBCE4

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

Shades of Lavender Grey #BFBCE4

Tints of Lavender Grey #BFBCE4

Color information

#BFBCE4 (or 0xBFBCE4) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and E4. RGB value is (191,188,228). Sum of RGB (Red+Green+Blue) = 191+188+228=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE4 is #40431B. Grayscale: #C1C1C1. Windows color (decimal): -4211484 or 14990527. OLE color: 14990527.

HSL color Cylindrical-coordinate representation of color #BFBCE4: hue angle of 244.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBCE4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191188228-
CMYK0.160.1800.11
HSL244.5º42.55%81.57%-
HSV(B)244.5º17.54%89.41%-
XYZ53.4752.6480.74-
YUV193.46147.49126.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=31.47%
G=30.97%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911882280.160.1800.11244.542.5581.57
HexBFBCE410120Bf42b52
Octal277274344202201336453122
Binary101111111011110011100100100001001001011111101001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCE4; }

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

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

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

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

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

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

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

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