Html Css Color HEX #BEC2DC Lavender Grey

📋 copy color: '#BEC2DC'

red 190 ◦ green 194 ◦ blue 220

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

Shades of Lavender Grey #BEC2DC

Tints of Lavender Grey #BEC2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 31.46%
G = 32.12%
B = 36.42%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC2DC (or 0xBEC2DC) is known color: Lavender Grey. HEX triplet: BE, C2 and DC. RGB value is (190,194,220). Sum of RGB (Red+Green+Blue) = 190+194+220=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2DC is #413D23. Grayscale: #C3C3C3. Windows color (decimal): -4275492 or 14467774. OLE color: 14467774.

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

Color convert

RGB 190 194 220 -
CMYK 0.14 0.12 0 0.14
HSL 232º 0.3% 0.8% -
HSV(B) 232º 0.14% 0.86% -
XYZ 53.45 54.7 75.45 -
YUV 195.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 190 194 220 0.14 0.12 0 0.14 232 0.3 0.8
Hex BE C2 DC E C 0 E E8 1E 50
Octal 276 302 334 16 14 0 16 350 36 120
Binary 10111110 11000010 11011100 1110 1100 0 1110 11101000 11110 1010000

Color Harmonies of #BEC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2DC

Black with #BEC2DC

Text Example


Text Example

White with #BEC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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