Html Css Color HEX #BEC2DB Lavender Grey

📋 copy color: '#BEC2DB'

red 190 ◦ green 194 ◦ blue 219

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

Shades of Lavender Grey #BEC2DB

Tints of Lavender Grey #BEC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.17%

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

R = 31.51%
G = 32.17%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC2DB (or 0xBEC2DB) is known color: Lavender Grey. HEX triplet: BE, C2 and DB. RGB value is (190,194,219). Sum of RGB (Red+Green+Blue) = 190+194+219=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2DB is #413D24. Grayscale: #C3C3C3. Windows color (decimal): -4275493 or 14402238. OLE color: 14402238.

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

Color convert

RGB 190 194 219 -
CMYK 0.13 0.11 0 0.14
HSL 231.72º 0.29% 0.8% -
HSV(B) 231.72º 0.13% 0.86% -
XYZ 53.31 54.65 74.76 -
YUV 195.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 190 194 219 0.13 0.11 0 0.14 231.72 0.29 0.8
Hex BE C2 DB D B 0 E E8 1D 50
Octal 276 302 333 15 13 0 16 350 35 120
Binary 10111110 11000010 11011011 1101 1011 0 1110 11101000 11101 1010000

Color Harmonies of #BEC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2DB

Black with #BEC2DB

Text Example


Text Example

White with #BEC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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