Html Css Color HEX #BEBDDB Lavender Grey

📋 copy color: '#BEBDDB'

red 190 ◦ green 189 ◦ blue 219

#BEBDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #BEBDDB

Tints of Lavender Grey #BEBDDB

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 value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEBDDB (or 0xBEBDDB) is known color: 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

RGB 190 189 219 -
CMYK 0.13 0.14 0 0.14
HSL 242º 0.29% 0.8% -
HSV(B) 242º 0.14% 0.86% -
XYZ 52.22 52.46 74.39 -
YUV 192.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 190 189 219 0.13 0.14 0 0.14 242 0.29 0.8
Hex BE BD DB D E 0 E F2 1D 50
Octal 276 275 333 15 16 0 16 362 35 120
Binary 10111110 10111101 11011011 1101 1110 0 1110 11110010 11101 1010000

Color Harmonies of #BEBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDDB

Black with #BEBDDB

Text Example


Text Example

White with #BEBDDB

Text Example


Text Example

HTML Codes & Css Web 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>