#BFBECF

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

Shades of Lavender Grey #BFBECF

Tints of Lavender Grey #BFBECF

Color information

#BFBECF (or 0xBFBECF) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and CF. RGB value is (191,190,207). Sum of RGB (Red+Green+Blue) = 191+190+207=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECF is #404130. Grayscale: #C0C0C0. Windows color (decimal): -4210993 or 13614783. OLE color: 13614783.

HSL color Cylindrical-coordinate representation of color #BFBECF: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBECF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191190207-
CMYK0.080.0800.19
HSL243.53º15.04%77.84%-
HSV(B)243.53º8.21%81.18%-
XYZ51.1652.4166.45-
YUV192.24136.33127.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=32.48%
G=32.31%
B=35.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911902070.080.0800.19243.5315.0477.84
HexBFBECF88013f4f4e
Octal277276317101002336417116
Binary101111111011111011001111100010000100111111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBECF; }

 p { color: rgb(191,190,207); }

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

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

 a { background-color: rgb(191,190,207); }

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

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

 span { border-color: rgb(191,190,207); }

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