#BFBFCE

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

Shades of Lavender Grey #BFBFCE

Tints of Lavender Grey #BFBFCE

Color information

#BFBFCE (or 0xBFBFCE) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and CE. RGB value is (191,191,206). Sum of RGB (Red+Green+Blue) = 191+191+206=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFCE is #404031. Grayscale: #C0C0C0. Windows color (decimal): -4210738 or 13549503. OLE color: 13549503.

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

Color convert

RGB191191206-
CMYK0.070.0700.19
HSL240º13.27%77.84%-
HSV(B)240º7.28%80.78%-
XYZ51.2652.7965.88-
YUV192.71135.5126.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=32.48%
G=32.48%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911912060.070.0700.1924013.2777.84
HexBFBFCE77013f0d4e
Octal2772773167702336015116
Binary1011111110111111110011101111110100111111000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFCE; }

 p { color: rgb(191,191,206); }

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

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

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

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

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

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

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