Html Css Color HEX #BEBCDC Lavender Grey

📋 copy color: '#BEBCDC'

red 190 ◦ green 188 ◦ blue 220

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

Shades of Lavender Grey #BEBCDC

Tints of Lavender Grey #BEBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.44%

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

R = 31.77%
G = 31.44%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEBCDC (or 0xBEBCDC) is known color: Lavender Grey. HEX triplet: BE, BC and DC. RGB value is (190,188,220). Sum of RGB (Red+Green+Blue) = 190+188+220=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCDC is #414323. Grayscale: #C0C0C0. Windows color (decimal): -4277028 or 14466238. OLE color: 14466238.

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

Color convert

RGB 190 188 220 -
CMYK 0.14 0.15 0 0.14
HSL 243.75º 0.31% 0.8% -
HSV(B) 243.75º 0.15% 0.86% -
XYZ 52.14 52.08 75.01 -
YUV 192.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 190 188 220 0.14 0.15 0 0.14 243.75 0.31 0.8
Hex BE BC DC E F 0 E F4 1F 50
Octal 276 274 334 16 17 0 16 364 37 120
Binary 10111110 10111100 11011100 1110 1111 0 1110 11110100 11111 1010000

Color Harmonies of #BEBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCDC

Black with #BEBCDC

Text Example


Text Example

White with #BEBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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