Html Css Color HEX #BEC0DB Lavender Grey

📋 copy color: '#BEC0DB'

red 190 ◦ green 192 ◦ blue 219

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

Shades of Lavender Grey #BEC0DB

Tints of Lavender Grey #BEC0DB

RGB

 RED value IS 190 (74.61% from 255) = 31.61%

 GREEN value IS 192 (75.39% from 255) = 31.95%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 31.61%
G = 31.95%
B = 36.44%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC0DB (or 0xBEC0DB) is known color: Lavender Grey. HEX triplet: BE, C0 and DB. RGB value is (190,192,219). Sum of RGB (Red+Green+Blue) = 190+192+219=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0DB is #413F24. Grayscale: #C2C2C2. Windows color (decimal): -4276005 or 14401726. OLE color: 14401726.

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

Color convert

RGB 190 192 219 -
CMYK 0.13 0.12 0 0.14
HSL 235.86º 0.29% 0.8% -
HSV(B) 235.86º 0.13% 0.86% -
XYZ 52.87 53.76 74.61 -
YUV 194.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 190 192 219 0.13 0.12 0 0.14 235.86 0.29 0.8
Hex BE C0 DB D C 0 E EC 1D 50
Octal 276 300 333 15 14 0 16 354 35 120
Binary 10111110 11000000 11011011 1101 1100 0 1110 11101100 11101 1010000

Color Harmonies of #BEC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0DB

Black with #BEC0DB

Text Example


Text Example

White with #BEC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0DB; }

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

 H1.HeaderClassName
 {
   color: #BEC0DB;
 }
 .AnyTagClassName
 {
   color: #BEC0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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