#BEBDDB

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

Shades of Lavender Grey #BEBDDB

Tints of Lavender Grey #BEBDDB

Color information

#BEBDDB (or 0xBEBDDB) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DB. RGB value is (190,189,219). Sum of RGB (Red+Green+Blue) = 190+189+219=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDB is #414224. Grayscale: #C0C0C0. Windows color (decimal): -4276773 or 14400958. OLE color: 14400958.

HSL color Cylindrical-coordinate representation of color #BEBDDB: hue angle of 242º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBDDB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190189219-
CMYK0.130.1400.14
HSL242º29.41%80%-
HSV(B)242º13.7%85.88%-
XYZ52.2252.4674.39-
YUV192.72142.83126.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=31.77%
G=31.61%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901892190.130.1400.1424229.4180
HexBEBDDBDE0Ef21d50
Octal276275333151601636235120
Binary101111101011110111011011110111100111011110010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDB; }

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

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

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

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

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

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

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

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