#BEBDCF

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

Shades of Lavender Grey #BEBDCF

Tints of Lavender Grey #BEBDCF

Color information

#BEBDCF (or 0xBEBDCF) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and CF. RGB value is (190,189,207). Sum of RGB (Red+Green+Blue) = 190+189+207=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCF is #414230. Grayscale: #BFBFBF. Windows color (decimal): -4276785 or 13614526. OLE color: 13614526.

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

Color convert

RGB190189207-
CMYK0.080.0900.19
HSL243.33º15.79%77.65%-
HSV(B)243.33º8.7%81.18%-
XYZ50.751.8566.37-
YUV191.35136.83127.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=32.42%
G=32.25%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901892070.080.0900.19243.3315.7977.65
HexBEBDCF89013f3104e
Octal276275317101102336320116
Binary1011111010111101110011111000100101001111110011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDCF; }

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

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

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

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

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

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

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

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