#BEBFCC

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

Shades of Lavender Grey #BEBFCC

Tints of Lavender Grey #BEBFCC

Color information

#BEBFCC (or 0xBEBFCC) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and CC. RGB value is (190,191,204). Sum of RGB (Red+Green+Blue) = 190+191+204=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFCC is #414033. Grayscale: #C0C0C0. Windows color (decimal): -4276276 or 13418430. OLE color: 13418430.

HSL color Cylindrical-coordinate representation of color #BEBFCC: hue angle of 235.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBFCC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190191204-
CMYK0.070.0600.2
HSL235.71º12.07%77.25%-
HSV(B)235.71º6.86%80%-
XYZ50.7752.5764.6-
YUV192.18134.67126.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=32.48%
G=32.65%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901912040.070.0600.2235.7112.0777.25
HexBEBFCC76014ecc4d
Octal2762773147602435414115
Binary1011111010111111110011001111100101001110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFCC; }

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

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

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

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

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

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

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

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