#BEBECF

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

Shades of Lavender Grey #BEBECF

Tints of Lavender Grey #BEBECF

Color information

#BEBECF (or 0xBEBECF) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and CF. RGB value is (190,190,207). Sum of RGB (Red+Green+Blue) = 190+190+207=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECF is #414130. Grayscale: #BFBFBF. Windows color (decimal): -4276529 or 13614782. OLE color: 13614782.

HSL color Cylindrical-coordinate representation of color #BEBECF: hue angle of 240º 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 #BEBECF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190190207-
CMYK0.080.0800.19
HSL240º15.04%77.84%-
HSV(B)240º8.21%81.18%-
XYZ50.9152.2866.44-
YUV191.94136.5126.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=32.37%
G=32.37%
B=35.26%

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
Decimal1901902070.080.0800.1924015.0477.84
HexBEBECF88013f0f4e
Octal276276317101002336017116
Binary101111101011111011001111100010000100111111000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBECF; }

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

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

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

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

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

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

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

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