#BFBBEC

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

Shades of Lavender Grey #BFBBEC

Tints of Lavender Grey #BFBBEC

Color information

#BFBBEC (or 0xBFBBEC) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and EC. RGB value is (191,187,236). Sum of RGB (Red+Green+Blue) = 191+187+236=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEC is #404413. Grayscale: #C1C1C1. Windows color (decimal): -4211732 or 15514559. OLE color: 15514559.

HSL color Cylindrical-coordinate representation of color #BFBBEC: hue angle of 244.9º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBBEC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191187236-
CMYK0.190.2100.07
HSL244.9º56.32%82.94%-
HSV(B)244.9º20.76%92.55%-
XYZ54.452.6786.66-
YUV193.78151.83126.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=31.11%
G=30.46%
B=38.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911872360.190.2100.07244.956.3282.94
HexBFBBEC131507f53853
Octal27727335423250736570123
Binary10111111101110111110110010011101010111111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBEC; }

 p { color: rgb(191,187,236); }

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

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

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

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

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

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

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