#BEBDD4

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

Shades of Lavender Grey #BEBDD4

Tints of Lavender Grey #BEBDD4

Color information

#BEBDD4 (or 0xBEBDD4) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and D4. RGB value is (190,189,212). Sum of RGB (Red+Green+Blue) = 190+189+212=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD4 is #41422B. Grayscale: #BFBFBF. Windows color (decimal): -4276780 or 13942206. OLE color: 13942206.

HSL color Cylindrical-coordinate representation of color #BEBDD4: hue angle of 242.61º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBDD4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190189212-
CMYK0.100.1100.17
HSL242.61º21.1%78.63%-
HSV(B)242.61º10.85%83.14%-
XYZ51.3252.169.64-
YUV191.92139.33126.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=32.15%
G=31.98%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901892120.100.1100.17242.6121.178.63
HexBEBDD4AB011f3154f
Octal276275324121302136325117
Binary1011111010111101110101001010101101000111110011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDD4; }

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

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

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

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

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

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

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

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