Html Css Color HEX #BEC1DB Lavender Grey

📋 copy color: '#BEC1DB'

red 190 ◦ green 193 ◦ blue 219

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

Shades of Lavender Grey #BEC1DB

Tints of Lavender Grey #BEC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.06%

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

R = 31.56%
G = 32.06%
B = 36.38%

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

#BEC1DB (or 0xBEC1DB) is known color: Lavender Grey. HEX triplet: BE, C1 and DB. RGB value is (190,193,219). Sum of RGB (Red+Green+Blue) = 190+193+219=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DB is #413E24. Grayscale: #C2C2C2. Windows color (decimal): -4275749 or 14401982. OLE color: 14401982.

HSL color Cylindrical-coordinate representation of color #BEC1DB: hue angle of 233.79º 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 #BEC1DB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 193 219 -
CMYK 0.13 0.12 0 0.14
HSL 233.79º 0.29% 0.8% -
HSV(B) 233.79º 0.13% 0.86% -
XYZ 53.09 54.2 74.68 -
YUV 195.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 190 193 219 0.13 0.12 0 0.14 233.79 0.29 0.8
Hex BE C1 DB D C 0 E EA 1D 50
Octal 276 301 333 15 14 0 16 352 35 120
Binary 10111110 11000001 11011011 1101 1100 0 1110 11101010 11101 1010000

Color Harmonies of #BEC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1DB

Black with #BEC1DB

Text Example


Text Example

White with #BEC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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